Files
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

6 lines
74 B
C

#ifndef __NETIF_H__
#define __NETIF_H__
void netif_startup(void);
#endif