summaryrefslogtreecommitdiff
path: root/net/netdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/netdev.h')
-rw-r--r--net/netdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netdev.h b/net/netdev.h
index c6c02dd..73f9783 100644
--- a/net/netdev.h
+++ b/net/netdev.h
@@ -11,5 +11,6 @@ struct netdev
};
void netdev_transmit(struct netdev *dev, struct eth_hdr *hdr, uint16_t ethertype, int len, unsigned char *dst);
+void net_incoming(struct netdev *netdev, struct eth_hdr *hdr);
#endif