7 lines
102 B
C
7 lines
102 B
C
|
#ifndef __MINIX_IP_H__
|
||
|
#define __MINIX_IP_H__
|
||
|
|
||
|
#include "ipv4/lwip/ip.h"
|
||
|
|
||
|
#endif /* __MINIX_IP_H__ */
|