Sorting source tree a bit
[tpg/acess2.git] / KernelLand / Kernel / include / drv_pci_int.h
1 /*
2  * Acess2 Kernel
3  * - By John Hodge (thePowersGang)
4  *
5  * drv_pci_int.h
6  * - PCI internal definitions
7  */
8 #ifndef _DRV_PCI_INT_H
9 #define _DRV_PCI_INT_H
10
11 #include <acess.h>
12
13 extern Uint32   PCI_CfgReadDWord(Uint32 Addr);
14 extern void     PCI_CfgWriteDWord(Uint32 Addr, Uint32 data);
15
16 #endif
17

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