diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-09-25 20:13:47 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-09-25 20:13:47 +0000 |
commit | 66906b7aa5c5ccb09335939578cfd0ccfcf583cd (patch) | |
tree | 88a113c1837d0997cf15336ea018f9d968a287ee /pfinet | |
parent | ec9e9912a7284b8e2a7cb81be081a1c79c2098bf (diff) |
Formerly pfinet.h.~6~
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/pfinet.h | 3 |
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; |