Modules/UDI - Adding PCI and MEI headers
[tpg/acess2.git] / KernelLand / Modules / Interfaces / UDI / include / udi_pci.h
1 /*
2  * Acess2 UDI Layer
3  * - By John Hodge (thePowersGang)
4  *
5  * include/udi_pci.h
6  * - PCI Bus Binding
7  */
8 #ifndef _UDI_PCI_H_
9 #define _UDI_PCI_H_
10
11 #ifndef _UDI_PHYSIO_H_
12 # error "udi_pci.h requires udi_physio.h"
13 #endif
14
15 #define UDI_PCI_CONFIG_SPACE    255
16 #define UDI_PCI_BAR_0   0
17 #define UDI_PCI_BAR_1   1
18 #define UDI_PCI_BAR_2   2
19 #define UDI_PCI_BAR_3   3
20 #define UDI_PCI_BAR_4   4
21 #define UDI_PCI_BAR_5   5
22
23 #endif
24

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