diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1995-01-05 19:51:51 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1995-01-05 19:51:51 +0000 |
| commit | 623976474c56782abe0c3dfc537e6887fc4484c2 (patch) | |
| tree | 8031507ef292801c051d641c6943cfc3cbc6ccbd /sys/net/netisr.h | |
| parent | ff2e6a8b6fd3f50fffb98adaed0cd0e7cd203965 (diff) | |
Notes
Diffstat (limited to 'sys/net/netisr.h')
| -rw-r--r-- | sys/net/netisr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h index 1a4b3f482422..fb8c97e74b02 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)netisr.h 8.1 (Berkeley) 6/10/93 - * $Id: netisr.h,v 1.3 1994/08/02 07:46:27 davidg Exp $ + * $Id: netisr.h,v 1.4 1994/08/21 05:11:44 paul Exp $ */ #ifndef _NET_NETISR_H_ @@ -62,6 +62,7 @@ #define NETISR_ISO 7 /* same as AF_ISO */ #define NETISR_CCITT 10 /* same as AF_CCITT */ #define NETISR_ARP 18 /* same as AF_LINK */ +#define NETISR_ISDN 26 /* same as AF_E164 */ #define schednetisr(anisr) { netisr |= 1<<(anisr); setsoftnet(); } |
