1 #ifndef LWIP_HDR_TEST_PPPOS_H
2 #define LWIP_HDR_TEST_PPPOS_H
3 
4 #include "../lwip_check.h"
5 #include "netif/ppp/ppp.h"
6 
7 #if PPP_SUPPORT && PPPOS_SUPPORT
8 
9 Suite* pppos_suite(void);
10 
11 #endif /* PPP_SUPPORT && PPPOS_SUPPORT */
12 
13 #endif /* LWIP_HDR_TEST_PPPOS_H */
14