diff options
author | Luigi Rizzo <luigi@FreeBSD.org> | 2001-12-14 17:56:12 +0000 |
---|---|---|
committer | Luigi Rizzo <luigi@FreeBSD.org> | 2001-12-14 17:56:12 +0000 |
commit | e4fc250c15768b8e203496ee908dedb37846ea4f (patch) | |
tree | 4ea0e407bb3cf5815d6067507d1fdc39f76f58e6 /sys/net/netisr.h | |
parent | 99adc698c1889950d1ff2b747f52de00fd69a8b1 (diff) | |
download | src-test2-e4fc250c15768b8e203496ee908dedb37846ea4f.tar.gz src-test2-e4fc250c15768b8e203496ee908dedb37846ea4f.zip |
Notes
Diffstat (limited to 'sys/net/netisr.h')
-rw-r--r-- | sys/net/netisr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h index 621cf2268b96..35e8cc132252 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -52,6 +52,7 @@ * interrupt used for scheduling the network code to calls * on the lowest level routine of each protocol. */ +#define NETISR_POLL 0 /* polling callback, must be first */ #define NETISR_IP 2 /* same as AF_INET */ #define NETISR_NS 6 /* same as AF_NS */ #define NETISR_ATALK 16 /* same as AF_APPLETALK */ |