ethernetif_dm9k.h 228 B

123456789
  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_dm9k_link_thread(void const *argument);
  7. #endif