Changeset 5527 in vbox
- Timestamp:
- Oct 26, 2007 6:27:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmusb.h
r5526 r5527 439 439 R3PTRTYPE(void *) pvVUsbDev; 440 440 /** Padding to make achInstanceData aligned at 32 byte boundrary. */ 441 uint32_t au32Padding[HC_ARCH_BITS == 32 ? 3: 4];441 uint32_t au32Padding[HC_ARCH_BITS == 32 ? 2 : 4]; 442 442 /** Device instance data. The size of this area is defined 443 443 * in the PDMUSBREG::cbInstanceData field. */
Note:
See TracChangeset
for help on using the changeset viewer.