mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
6b734bbb2c
Also updates lcp.c to compile with PPP_AUTH_SUPPORT=0 in clang
14 lines
255 B
C
14 lines
255 B
C
#ifndef LWIP_HDR_TEST_PPPOS_H
|
|
#define LWIP_HDR_TEST_PPPOS_H
|
|
|
|
#include "../lwip_check.h"
|
|
#include "netif/ppp/ppp.h"
|
|
|
|
#if PPP_SUPPORT && PPPOS_SUPPORT
|
|
|
|
Suite* pppos_suite(void);
|
|
|
|
#endif /* PPP_SUPPORT && PPPOS_SUPPORT */
|
|
|
|
#endif /* LWIP_HDR_TEST_PPPOS_H */
|