]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/net.h
Actually invoke the 3c90x driver load routine.
[netwatch.git] / net / net.h
index 01505abe227e7b5b003750db44d42650e0f09406..c665216622e4047ae7e2c5e32b54316e4c1f4f28 100644 (file)
--- 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
This page took 0.020492 seconds and 4 git commands to generate.