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