test_pppos.h 255 B

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