X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/3c2c3b0dd358924410d12f8a71b5fee7a3f02e83..34a7d0d2f76c71165cc643d5b48061786a83fc87:/net/net.h diff --git a/net/net.h b/net/net.h index 708069b..c665216 100644 --- a/net/net.h +++ b/net/net.h @@ -1,7 +1,10 @@ #ifndef _3C905_H #define _3C905_H +#include "etherboot-compat.h" + extern void eth_init(); extern void eth_poll(); +extern int eth_register(struct nic *nic); #endif