#ifndef ETH_LINK_H #define ETH_LINK_H void ethernet_link_thread(void *argument); int is_eth_link_up(void); #endif