Changeset 5529 in vbox for trunk/include
- Timestamp:
- Oct 26, 2007 8:00:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmusb.h
r5527 r5529 414 414 * interfaces to export. To obtain this interface call PDMR3QueryUSBDevice(). */ 415 415 PDMIBASE IBase; 416 #if HC_ARCH_BITS == 32 417 uint32_t u32Alignment; /**< Alignment padding. */ 418 #endif 416 419 417 420 /** Internal data. */ … … 439 442 R3PTRTYPE(void *) pvVUsbDev; 440 443 /** Padding to make achInstanceData aligned at 32 byte boundrary. */ 441 uint32_t au32Padding[HC_ARCH_BITS == 32 ? 2: 4];444 uint32_t au32Padding[HC_ARCH_BITS == 32 ? 6 : 4]; 442 445 /** Device instance data. The size of this area is defined 443 446 * in the PDMUSBREG::cbInstanceData field. */
Note:
See TracChangeset
for help on using the changeset viewer.