Sorting source tree a bit
[tpg/acess2.git] / Kernel / include / drv_pci_int.h
diff --git a/Kernel/include/drv_pci_int.h b/Kernel/include/drv_pci_int.h
deleted file mode 100644 (file)
index f168141..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * 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