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