summaryrefslogtreecommitdiffstats
path: root/sys/net/netisr.h
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1995-01-05 19:51:51 +0000
committerse <se@FreeBSD.org>1995-01-05 19:51:51 +0000
commit5d7722cc7e910b9204c266b26795f0db14242903 (patch)
tree8031507ef292801c051d641c6943cfc3cbc6ccbd /sys/net/netisr.h
parent3d62a40d3f4e970a1d0cc6b0bddf14b1dabb3f3c (diff)
downloadFreeBSD-src-5d7722cc7e910b9204c266b26795f0db14242903.zip
FreeBSD-src-5d7722cc7e910b9204c266b26795f0db14242903.tar.gz
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
Reviewed by: <wollman> First hooks and defines for the ISDN driver, that soon will see the light ...
Diffstat (limited to 'sys/net/netisr.h')
-rw-r--r--sys/net/netisr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h
index 1a4b3f4..fb8c97e 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(); }
OpenPOWER on IntegriCloud