mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-26 14:54:35 +08:00
[lwIP] export more symbols
This commit is contained in:
@@ -695,3 +695,17 @@ RTM_EXPORT(dhcp_stop);
|
||||
#include <lwip/netifapi.h>
|
||||
RTM_EXPORT(netifapi_netif_set_addr);
|
||||
#endif
|
||||
|
||||
#if LWIP_NETIF_LINK_CALLBACK
|
||||
RTM_EXPORT(netif_set_link_callback);
|
||||
#endif
|
||||
|
||||
#if LWIP_NETIF_STATUS_CALLBACK
|
||||
RTM_EXPORT(netif_set_status_callback);
|
||||
#endif
|
||||
|
||||
RTM_EXPORT(netif_find);
|
||||
RTM_EXPORT(netif_set_addr);
|
||||
RTM_EXPORT(netif_set_ipaddr);
|
||||
RTM_EXPORT(netif_set_gw);
|
||||
RTM_EXPORT(netif_set_netmask);
|
||||
|
||||
Reference in New Issue
Block a user