diff options
-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); |