X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/eda689ee9aa29e6c4e791a7f295bc4a0a3ad5d83..bec09bd18a879a22688c68febaff8c65da41f752:/net/net.h diff --git a/net/net.h b/net/net.h index 7b522f0..ae82f47 100644 --- a/net/net.h +++ b/net/net.h @@ -2,8 +2,10 @@ #define _NET_H #include "etherboot-compat.h" +#include extern void eth_init(); +extern void eth_recv(struct nic *nic, struct pbuf *p); extern void eth_poll(); extern int eth_register(struct nic *nic);