forked from xuos/xiuos
23/08/03 Fix former commit errors
This commit is contained in:
@@ -61,9 +61,6 @@ int32_t low_level_init(struct netif* netif);
|
|||||||
err_t low_level_output(struct netif* netif, struct pbuf* p);
|
err_t low_level_output(struct netif* netif, struct pbuf* p);
|
||||||
struct pbuf* low_level_input(struct netif* netif);
|
struct pbuf* low_level_input(struct netif* netif);
|
||||||
|
|
||||||
int lwip_netdev_add(struct netif* lwip_netif);
|
|
||||||
void lwip_netdev_del(struct netif* lwip_netif);
|
|
||||||
|
|
||||||
int HwEthInit(void);
|
int HwEthInit(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@@ -185,6 +185,9 @@ int ETH_BSP_Config(void);
|
|||||||
void *ethernetif_config_enet_set(uint8_t enet_port);
|
void *ethernetif_config_enet_set(uint8_t enet_port);
|
||||||
int32 lwip_obtain_semaphore(struct netif *netif);
|
int32 lwip_obtain_semaphore(struct netif *netif);
|
||||||
|
|
||||||
|
int lwip_netdev_add(struct netif* lwip_netif);
|
||||||
|
void lwip_netdev_del(struct netif* lwip_netif);
|
||||||
|
|
||||||
#define NETIF_ENET0_INIT_FUNC ethernetif0_init
|
#define NETIF_ENET0_INIT_FUNC ethernetif0_init
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
|
|||||||
Reference in New Issue
Block a user