diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-10-19 01:31:02 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-10-19 01:31:02 +0000 |
commit | 774bc915a6587bc23b8023b5e577c50921c4dc6e (patch) | |
tree | d1626cbe98839e6ef22aaa1668c2349af15a5ea9 | |
parent | 0bd1a2417600a75b9135c0e1d0ede2abe1457981 (diff) |
Formerly pfinet.h.~7~
-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 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); |