X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Fnet%2Fpppio.h;h=3bb62155f8e65015949e2b605970948f092cca59;hp=d364aeaff73b01cad2668a3960cd68d0471733c6;hb=18005df6c509f5048b8a9a78fb44b58caf91a7a7;hpb=bff5da40466cebce6ae413e3ee3d38003e689fb8 diff --git a/include/net/pppio.h b/include/net/pppio.h index d364aea..3bb6215 100644 --- a/include/net/pppio.h +++ b/include/net/pppio.h @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: pppio.h,v 1.7 1996/04/04 02:46:59 paulus Exp $ + * $Id: pppio.h,v 1.8 1996/08/28 06:36:51 paulus Exp $ */ #define _PPPIO(n) (('p' << 8) + (n)) @@ -95,3 +95,5 @@ #define PPPDBG_LOG 0x100 /* log various things */ #define PPPDBG_DRIVER 0 /* identifies ppp driver as target */ #define PPPDBG_IF 1 /* identifies ppp network i/f target */ +#define PPPDBG_COMP 2 /* identifies ppp compression target */ +#define PPPDBG_AHDLC 3 /* identifies ppp async hdlc target */