X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=include%2Fnet%2Fif_ppp.h;h=c8faf40961a7fd07630719c0a75ece661f8a8c13;hb=fea937ca274527cce12ff493be219aa0c93f9d53;hp=17060c74d2f73ae9fbd1b690e4d107cc551c9c38;hpb=555bf54ebb19ba62670bd9fab26c380a6cca2d86;p=ppp.git diff --git a/include/net/if_ppp.h b/include/net/if_ppp.h index 17060c7..c8faf40 100644 --- a/include/net/if_ppp.h +++ b/include/net/if_ppp.h @@ -1,4 +1,4 @@ -/* $Id: if_ppp.h,v 1.16 1997/04/30 05:46:04 paulus Exp $ */ +/* $Id: if_ppp.h,v 1.18 1999/05/13 00:31:49 paulus Exp $ */ /* * if_ppp.h - Point-to-Point Protocol definitions. @@ -42,6 +42,7 @@ #define SC_RCV_B7_1 0x02000000 /* have rcvd char with bit 7 = 1 */ #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */ #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ +#define SC_SYNC 0x00200000 /* use synchronous HDLC framing */ #define SC_MASK 0x0fff00ff /* bits that user can change */ /* @@ -125,7 +126,7 @@ struct ifpppcstatsreq { #define ifr_mtu ifr_ifru.ifru_metric #endif -#if defined(_KERNEL) || defined(KERNEL) +#if (defined(_KERNEL) || defined(KERNEL)) && !defined(NeXT) void pppattach __P((void)); void pppintr __P((void)); #endif