#ifndef _UAPI_NET_PPP_COMP_H
#define _UAPI_NET_PPP_COMP_H
#define CCP_CONFREQ …
#define CCP_CONFACK …
#define CCP_TERMREQ …
#define CCP_TERMACK …
#define CCP_RESETREQ …
#define CCP_RESETACK …
#define CCP_MAX_OPTION_LENGTH …
#define CCP_CODE(dp) …
#define CCP_ID(dp) …
#define CCP_LENGTH(dp) …
#define CCP_HDRLEN …
#define CCP_OPT_CODE(dp) …
#define CCP_OPT_LENGTH(dp) …
#define CCP_OPT_MINLEN …
#define CI_BSD_COMPRESS …
#define CILEN_BSD_COMPRESS …
#define BSD_NBITS(x) …
#define BSD_VERSION(x) …
#define BSD_CURRENT_VERSION …
#define BSD_MAKE_OPT(v, n) …
#define BSD_MIN_BITS …
#define BSD_MAX_BITS …
#define CI_DEFLATE …
#define CI_DEFLATE_DRAFT …
#define CILEN_DEFLATE …
#define DEFLATE_MIN_SIZE …
#define DEFLATE_MAX_SIZE …
#define DEFLATE_METHOD_VAL …
#define DEFLATE_SIZE(x) …
#define DEFLATE_METHOD(x) …
#define DEFLATE_MAKE_OPT(w) …
#define DEFLATE_CHK_SEQUENCE …
#define CI_MPPE …
#define CILEN_MPPE …
#define CI_PREDICTOR_1 …
#define CILEN_PREDICTOR_1 …
#define CI_PREDICTOR_2 …
#define CILEN_PREDICTOR_2 …
#endif