summaryrefslogtreecommitdiff
path: root/pfinet
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet')
-rw-r--r--pfinet/pfinet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pfinet/pfinet.h b/pfinet/pfinet.h
index 70bdc72a..ff8768b8 100644
--- a/pfinet/pfinet.h
+++ b/pfinet/pfinet.h
@@ -20,6 +20,7 @@
#include <device/device.h>
#include <hurd/ports.h>
+#include <linux/netdevice.h>
extern device_t master_device;
@@ -30,3 +31,5 @@ extern struct proto_ops *proto_ops;
struct mutex global_lock;
struct port_bucket *pfinet_bucket;
+
+extern struct device ether_dev;