summaryrefslogtreecommitdiff
path: root/sys/net/netisr_dispatch.h
AgeCommit message (Collapse)Author
2001-06-09By popular demand, protect from multiple inclusion, and fix to use theAngelos D. Keromytis
same naming style.
2000-11-08OpenBSD tagArtur Grabowski
2000-11-08Add a centralized dispatcher for softnet interrupts.Artur Grabowski
This is so that we won't need to change every arch on a softnet change. From NetBSD.