Changeset 13217 in vbox
- Timestamp:
- Oct 13, 2008 1:40:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/PCIInternal.h
r13189 r13217 86 86 /** Pointer to the PCI bus of the device. - RC ptr */ 87 87 RCPTRTYPE(struct PCIBus *) pBusRC; 88 89 88 #if HC_ARCH_BITS == 64 90 uint32_tAlignment0;89 RTRCPTR Alignment0; 91 90 #endif 92 91 … … 95 94 /** Write config callback. */ 96 95 R3PTRTYPE(PFNPCICONFIGWRITE) pfnConfigWrite; 97 98 #if HC_ARCH_BITS == 6499 uint32_t Alignment1;100 #endif101 96 102 97 /** Set if the specific device fun was requested by PDM. … … 107 102 /** Current state of the IRQ pin of the device. */ 108 103 int32_t uIrqPinState; 109 110 #if HC_ARCH_BITS == 64111 uint32_t Alignment2;112 #endif113 104 114 105 /** Read config callback for PCI bridges to pass requests
Note:
See TracChangeset
for help on using the changeset viewer.