blob: 7fbbea95e9e8f4736604efcc64561f6fa3802231 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/scanpci.c
+++ b/scanpci.c
@@ -11,8 +11,8 @@
#define die printf
-struct pci_filter filter;
-struct pci_access *pacc;
+extern struct pci_filter filter;
+extern struct pci_access *pacc;
static int show_hex = 0;
static struct device *scan_device( struct pci_dev *p )
|