9ceb218f80
Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
116 B
C
8 lines
116 B
C
#ifndef ETH_LINK_H
|
|
#define ETH_LINK_H
|
|
|
|
void ethernet_link_thread(void *argument);
|
|
int is_eth_link_up(void);
|
|
|
|
#endif
|