#ifndef USB_ETH_H_ #define USB_ETH_H_ #include // void usb_switch(bool state); extern struct netif netif_data; void usb_eth_init(void); #endif /* USB_ETH_H_ */