diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-06-30 21:31:34 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-06-30 21:31:34 +0000 |
commit | 51b0c0e95cfebae13da748cea782b93031719ad0 (patch) | |
tree | 7f1bb3ae6a3fde74cc6967d176cc0898a16620e9 /sys | |
parent | e26419d0b3adeeeed94164d8c481ba14db5e7605 (diff) |
add native mode atm netisr hook
Diffstat (limited to 'sys')
-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 27186a54c4a..c8126edd181 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -60,7 +60,8 @@ #define NETISR_CCITT 10 /* same as AF_CCITT */ #define NETISR_ARP 18 /* same as AF_LINK */ #define NETISR_IPX 23 /* same as AF_IPX */ -#define NETISR_PPP 26 /* for PPP processing */ +#define NETISR_NATM 26 /* same as AF_ATM */ +#define NETISR_PPP 27 /* for PPP processing */ #ifndef _LOCORE #ifdef _KERNEL |