usb_eth.h 166 B

123456789101112131415
  1. #ifndef USB_ETH_H_
  2. #define USB_ETH_H_
  3. #include <stdbool.h>
  4. extern struct netif netif_data;
  5. //
  6. void usb_eth_init(void);
  7. #endif /* USB_ETH_H_ */