]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/pci-bother.h
Add the mechanism by which we bother PCI, generically.
[netwatch.git] / include / pci-bother.h
diff --git a/include/pci-bother.h b/include/pci-bother.h
new file mode 100644 (file)
index 0000000..ff71755
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef _PCI_BOTHER_H
+#define _PCI_BOTHER_H
+
+#include <pci.h>
+
+#define MAX_BOTHERS 5
+
+extern int pci_bother_add(pci_dev_t *dev);
+extern void pci_bother_all();
+extern void pci_unbother_all();
+
+#endif
This page took 0.022162 seconds and 4 git commands to generate.