9 lines
92 B
C
9 lines
92 B
C
#ifndef LWIP_H
|
|
#define LWIP_H
|
|
|
|
void init_LWIP();
|
|
void process_LWIP();
|
|
|
|
#endif /* LWIP_H */
|
|
|