Usermode/libaxwin4 - Handle demarshal failure
[tpg/acess2.git] / 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 #if UDI_PCI_VERSION != 0x101
12 # error "udi_pci.h requires UDI_PCI_VERSION set to 0x101"
13 #endif
14 #ifndef _UDI_PHYSIO_H_
15 # error "udi_pci.h requires udi_physio.h"
16 #endif
17
18 #define UDI_PCI_CONFIG_SPACE    255
19 #define UDI_PCI_BAR_0   0
20 #define UDI_PCI_BAR_1   1
21 #define UDI_PCI_BAR_2   2
22 #define UDI_PCI_BAR_3   3
23 #define UDI_PCI_BAR_4   4
24 #define UDI_PCI_BAR_5   5
25
26 #endif
27

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