From: Paul Mackerras Date: Wed, 28 Aug 1996 06:36:51 +0000 (+0000) Subject: added debug capability for ppp_ahdl and ppp_comp modules X-Git-Tag: RELEASE_2_3_6~368 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=18005df6c509f5048b8a9a78fb44b58caf91a7a7 added debug capability for ppp_ahdl and ppp_comp modules --- 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 */