mirror of
https://github.com/espressif/esp-lwip.git
synced 2026-09-10 19:20:06 +00:00
Also updates lcp.c to compile with PPP_AUTH_SUPPORT=0 in clang Picked from espressif/esp-lwip@202a07da Patch posted https://savannah.nongnu.org/patch/?10179 Ref IDF-4797
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 */
|