X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=linux%2Fif_ppp.h;h=02c2b7ce6327aa1e903c898c8aa5df6de940df67;hp=74248ed56fb2e251750c09cb63a134c97337dccb;hb=5ba9d88b943e9d5a3ababdadf1d2e246581dfdc6;hpb=8ad33f2ec9e0cc770f9eda053d568a38a1ac1972 diff --git a/linux/if_ppp.h b/linux/if_ppp.h index 74248ed..02c2b7c 100644 --- a/linux/if_ppp.h +++ b/linux/if_ppp.h @@ -1,4 +1,4 @@ -/* $Id: if_ppp.h,v 1.16 1999/02/26 06:48:20 paulus Exp $ */ +/* $Id: if_ppp.h,v 1.17 1999/03/02 05:37:51 paulus Exp $ */ /* * if_ppp.h - Point-to-Point Protocol definitions. @@ -35,18 +35,13 @@ #ifndef _IF_PPP_H_ #define _IF_PPP_H_ -#if defined(__KERNEL__) -#include -#include -#include -#endif - /* * Packet sizes */ #define PPP_MTU 1500 /* Default MTU (size of Info field) */ #define PPP_MAXMRU 65000 /* Largest MRU we allow */ +#define PPP_VERSION "2.3.6" #define PPP_MAGIC 0x5002 /* Magic value for the ppp structure */ #define PROTO_IPX 0x002b /* protocol numbers */ #define PROTO_DNA_RT 0x0027 /* DNA Routing */