#ifndef USB_ETH_H_ #define USB_ETH_H_ #include <stdbool.h> extern struct netif netif_data; // void usb_eth_init(void); #endif /* USB_ETH_H_ */