]> git.ozlabs.org Git - ppp.git/blobdiff - include/linux/if_pppvar.h
up to 2.3.9 now
[ppp.git] / include / linux / if_pppvar.h
index 6fae4b94bda05f967a033a576fbff406f9de404f..69195255fe1bea828601794e34b676959e3ac49f 100644 (file)
@@ -42,7 +42,7 @@
  */
 
 /*
  */
 
 /*
- *  ==FILEVERSION 990114==
+ *  ==FILEVERSION 990813==
  *
  *  NOTE TO MAINTAINERS:
  *   If you modify this file at all, please set the above date.
  *
  *  NOTE TO MAINTAINERS:
  *   If you modify this file at all, please set the above date.
@@ -89,6 +89,7 @@ struct ppp {
        __u8            escape;         /* 0x20 if prev char was PPP_ESC */
        __u8            toss;           /* toss this frame              */
        volatile __u8   tty_pushing;    /* internal state flag          */
        __u8            escape;         /* 0x20 if prev char was PPP_ESC */
        __u8            toss;           /* toss this frame              */
        volatile __u8   tty_pushing;    /* internal state flag          */
+       volatile __u8   woke_up;        /* internal state flag          */
        __u32           xmit_async_map[8]; /* 1 bit means that given control 
                                           character is quoted on output*/
        __u32           recv_async_map; /* 1 bit means that given control 
        __u32           xmit_async_map[8]; /* 1 bit means that given control 
                                           character is quoted on output*/
        __u32           recv_async_map; /* 1 bit means that given control 
@@ -132,3 +133,6 @@ struct ppp {
        /* tty output buffer */
        unsigned char   obuf[OBUFSIZE]; /* buffer for characters to send */
 };
        /* tty output buffer */
        unsigned char   obuf[OBUFSIZE]; /* buffer for characters to send */
 };
+
+#define PPP_MAGIC      0x5002
+#define PPP_VERSION    "2.3.9"