Files
luban-lite/packages/third-party/lwip/contrib/examples/example_app/netif_startup.h

6 lines
74 B
C
Raw Normal View History

2023-08-28 09:48:01 +08:00
#ifndef __NETIF_H__
#define __NETIF_H__
void netif_startup(void);
#endif