]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/net.c
merge
[netwatch.git] / net / net.c
index 488f52b1f1be5c072559a69376d5c1348c94cee7..18eaddf2dc625729b5af87d7d9ee55c339d93cb9 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -3,6 +3,8 @@
 #include <output.h>
 #include "net.h"
 
+struct nic nic;
+
 static int bother_3c905(pci_dev_t *dev, void *nutrinus)
 {
        if (dev->vid == 0x10B7 || dev->did == 0x9200)
This page took 0.021856 seconds and 4 git commands to generate.