mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-19 10:38:56 +00:00
6 lines
74 B
C
6 lines
74 B
C
#ifndef __NETIF_H__
|
|
#define __NETIF_H__
|
|
|
|
void netif_startup(void);
|
|
|
|
#endif |