#include <linux/types.h>
#ifndef _UAPI_PPP_DEFS_H_
#define _UAPI_PPP_DEFS_H_
#define PPP_HDRLEN …
#define PPP_FCSLEN …
#define PPP_MRU …
#define PPP_ADDRESS(p) …
#define PPP_CONTROL(p) …
#define PPP_PROTOCOL(p) …
#define PPP_ALLSTATIONS …
#define PPP_UI …
#define PPP_FLAG …
#define PPP_ESCAPE …
#define PPP_TRANS …
#define PPP_IP …
#define PPP_AT …
#define PPP_IPX …
#define PPP_VJC_COMP …
#define PPP_VJC_UNCOMP …
#define PPP_MP …
#define PPP_IPV6 …
#define PPP_COMPFRAG …
#define PPP_COMP …
#define PPP_MPLS_UC …
#define PPP_MPLS_MC …
#define PPP_IPCP …
#define PPP_ATCP …
#define PPP_IPXCP …
#define PPP_IPV6CP …
#define PPP_CCPFRAG …
#define PPP_CCP …
#define PPP_MPLSCP …
#define PPP_LCP …
#define PPP_PAP …
#define PPP_LQR …
#define PPP_CHAP …
#define PPP_CBCP …
#define PPP_INITFCS …
#define PPP_GOODFCS …
ext_accm;
enum NPmode { … };
struct pppstat { … };
struct vjstat { … };
struct compstat { … };
struct ppp_stats { … };
struct ppp_comp_stats { … };
struct ppp_idle { … };
struct ppp_idle32 { … };
struct ppp_idle64 { … };
#endif