mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-11 19:29:50 +00:00
7 lines
126 B
C
7 lines
126 B
C
|
#ifndef IP_PROCESS_H
|
||
|
#define IP_PROCESS_H
|
||
|
|
||
|
u16_t ip_process(unsigned char *buf, unsigned int len);
|
||
|
|
||
|
#endif /* IP_PROCESS_H */
|