summaryrefslogtreecommitdiffstats
path: root/sys/net/netisr.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-05-18 10:33:23 +0000
committerrwatson <rwatson@FreeBSD.org>2009-05-18 10:33:23 +0000
commit2e8fb1cbcc66c27a98ce13bd013db33bd4514721 (patch)
tree73acd05fdc752fd3db43349420b364762f69ea7e /sys/net/netisr.h
parentbc530179c25620aeabd139abf52c9ca8f96cd50e (diff)
downloadFreeBSD-src-2e8fb1cbcc66c27a98ce13bd013db33bd4514721.zip
FreeBSD-src-2e8fb1cbcc66c27a98ce13bd013db33bd4514721.tar.gz
Garbage collect unused NETISR_{ATM,NETGRAPH,PPP} netisr constants.
Diffstat (limited to 'sys/net/netisr.h')
-rw-r--r--sys/net/netisr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h
index 1bc7b0c..7929302 100644
--- a/sys/net/netisr.h
+++ b/sys/net/netisr.h
@@ -53,11 +53,8 @@
#define NETISR_ATALK1 17 /* Appletalk phase 1 */
#define NETISR_ARP 18 /* same as AF_LINK */
#define NETISR_IPX 23 /* same as AF_IPX */
-#define NETISR_PPP 26 /* PPP soft interrupt */
#define NETISR_IPV6 27
#define NETISR_NATM 28
-#define NETISR_ATM 29
-#define NETISR_NETGRAPH 30
#define NETISR_POLLMORE 31 /* polling callback, must be last */
#ifndef LOCORE
OpenPOWER on IntegriCloud