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