Files
刘可亮 aaa66c7b20 V1.0.1
2023-11-09 20:19:51 +08:00

7 lines
107 B
C

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