Commit e904c963 authored by Alessandro Rubini's avatar Alessandro Rubini

arch-wrs: update hal_exports.h

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 3dabecf4
...@@ -90,7 +90,7 @@ typedef struct { ...@@ -90,7 +90,7 @@ typedef struct {
#define HEXP_PORT_TSC_FALLING 2 #define HEXP_PORT_TSC_FALLING 2
*/ */
typedef struct { typedef struct hexp_port_state {
/* When non-zero: port state is valid */ /* When non-zero: port state is valid */
int valid; int valid;
...@@ -134,7 +134,7 @@ typedef struct { ...@@ -134,7 +134,7 @@ typedef struct {
int32_t fiber_fix_alpha; int32_t fiber_fix_alpha;
} hexp_port_state_t; } hexp_port_state_t;
typedef struct { typedef struct hexp_port_list {
int num_ports; /* Number of ports in the list */ int num_ports; /* Number of ports in the list */
int num_physical_ports; /* Number of physical ports compiled into the FPGA bitstream */ int num_physical_ports; /* Number of physical ports compiled into the FPGA bitstream */
char port_names[HAL_MAX_PORTS][16]; char port_names[HAL_MAX_PORTS][16];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment