仓库迁移
This commit is contained in:
11
source/eth/ethernetif.h
Normal file
11
source/eth/ethernetif.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __ETHERNETIF_H__
|
||||
#define __ETHERNETIF_H__
|
||||
|
||||
|
||||
#include "lwip/err.h"
|
||||
#include "lwip/netif.h"
|
||||
|
||||
err_t ethernetif_init(struct netif *netif);
|
||||
//err_t ethernetif_input(struct netif *netif);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user