]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/net.c
rearrangements
[netwatch.git] / net / net.c
index b89abe2d2b0f56206aa4446121de9099a28d8a0c..7f1932f3ba848d9e119cda80662053a4804b6956 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -1,9 +1,11 @@
 #include <pci.h>
 #include <output.h>
-#include "3c905.h"
+#include "net.h"
 
 static int found = 0, _bus, _dev, _fn;
 
+struct nic nic;
+
 static int bother_3c905(pci_dev_t *dev, void *nutrinus)
 {
        if (dev->vid == 0x10B7 || dev->did == 0x9200)
This page took 0.023658 seconds and 4 git commands to generate.