1 #ifndef BSP_EARLY_ENET_LINK_STATUS_H 2 #define BSP_EARLY_ENET_LINK_STATUS_H 16 int (*read_phy)(
int idx,
unsigned reg);
17 int (*write_phy)(
int idx,
unsigned reg,
unsigned val);
19 unsigned char num_slots;
20 unsigned char initialized;
Definition: early_enet_link_status.h:14