mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2024-11-19 13:31:56 +00:00
7 lines
90 B
C
7 lines
90 B
C
#ifndef __NETIO_H__
|
|
#define __NETIO_H__
|
|
|
|
void netio_init(void);
|
|
|
|
#endif /* __NETIO_H__ */
|