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