ethernetif_dm9k.h 256 B

12345678910
  1. #ifndef __ETHERNETIF_DM9K_H__
  2. #define __ETHERNETIF_DM9K_H__
  3. #include "lwip/err.h"
  4. #include "lwip/netif.h"
  5. err_t ethernetif_dm9k_init(struct netif *netif);
  6. void ethernet_link_check_state(struct netif *netif);
  7. void BSP_GPIO15_EXTI_Callback(void);
  8. #endif