From 9d14cd8b11658f8f5219972b690ba18d45f2be14 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 30 Jun 1995 00:15:02 +0000 Subject: [PATCH] added definitions for debugging --- include/net/pppio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/net/pppio.h b/include/net/pppio.h index 17d1dcf..25cb87b 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.3 1995/06/23 01:52:36 paulus Exp $ + * $Id: pppio.h,v 1.4 1995/06/30 00:15:02 paulus Exp $ */ #define _PPPIO(n) (('p' << 8) + (n)) @@ -44,6 +44,7 @@ #define PPPIO_LASTMOD _PPPIO(142) /* mark last ppp module */ #define PPPIO_GCLEAN _PPPIO(143) /* get 8-bit-clean flags */ #define PPPIO_DEBUG _PPPIO(144) /* request debug information */ +#define PPPIO_BIND _PPPIO(145) /* bind to SAP */ /* * Values for PPPIO_CFLAGS -- 2.39.2