summaryrefslogtreecommitdiff
path: root/pfinet
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-10-19 01:31:02 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-10-19 01:31:02 +0000
commit774bc915a6587bc23b8023b5e577c50921c4dc6e (patch)
treed1626cbe98839e6ef22aaa1668c2349af15a5ea9 /pfinet
parent0bd1a2417600a75b9135c0e1d0ede2abe1457981 (diff)
Formerly pfinet.h.~7~
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 ff8768b8..72a93ee8 100644
--- a/pfinet/pfinet.h
+++ b/pfinet/pfinet.h
@@ -33,3 +33,6 @@ struct mutex global_lock;
struct port_bucket *pfinet_bucket;
extern struct device ether_dev;
+
+int ethernet_demuxer (mach_msg_header_t *, mach_msg_header_t *);
+void setup_ethernet_device (void);