diff options
Diffstat (limited to 'pfinet/pfinet.h')
-rw-r--r-- | pfinet/pfinet.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pfinet/pfinet.h b/pfinet/pfinet.h index 15274f31..ff9ea85c 100644 --- a/pfinet/pfinet.h +++ b/pfinet/pfinet.h @@ -21,3 +21,7 @@ #include <device/device.h> extern device_t master_device; + +void incoming_net_packet (void); + +extern struct proto_ops *proto_ops; |