X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/42125f27f3d2a77966f2015c545a88c4113368ef..79de1b98fbeb6d568b655d0c901007ef9a77a365:/net/net.h diff --git a/net/net.h b/net/net.h index 01505ab..c665216 100644 --- a/net/net.h +++ b/net/net.h @@ -5,7 +5,6 @@ extern void eth_init(); extern void eth_poll(); - -extern struct nic nic; +extern int eth_register(struct nic *nic); #endif