summaryrefslogtreecommitdiff
path: root/device/subrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/subrs.h')
-rw-r--r--device/subrs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/device/subrs.h b/device/subrs.h
index 680aaa6f..60ea6518 100644
--- a/device/subrs.h
+++ b/device/subrs.h
@@ -27,6 +27,9 @@
#define _SUBRS_H_
#include <mach/std_types.h>
+#include <device/if_hdr.h>
+
+extern void if_init_queues(struct ifnet *ifp);
extern void sleep (vm_offset_t channel, int priority);
extern void wakeup (vm_offset_t channel);