File: netio.h

package info (click to toggle)
lwip 2.2.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,028 kB
  • sloc: ansic: 109,551; cs: 6,714; sh: 115; makefile: 112; perl: 81
file content (6 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#ifndef LWIP_NETIO_H
#define LWIP_NETIO_H

void netio_init(void);

#endif /* LWIP_NETIO_H */