Sorting source tree a bit
[tpg/acess2.git] / KernelLand / Kernel / include / drv_pci_int.h
diff --git a/KernelLand/Kernel/include/drv_pci_int.h b/KernelLand/Kernel/include/drv_pci_int.h
new file mode 100644 (file)
index 0000000..f168141
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * Acess2 Kernel
+ * - By John Hodge (thePowersGang)
+ *
+ * drv_pci_int.h
+ * - PCI internal definitions
+ */
+#ifndef _DRV_PCI_INT_H
+#define _DRV_PCI_INT_H
+
+#include <acess.h>
+
+extern Uint32  PCI_CfgReadDWord(Uint32 Addr);
+extern void    PCI_CfgWriteDWord(Uint32 Addr, Uint32 data);
+
+#endif
+

UCC git Repository :: git.ucc.asn.au