Changeset 3856 in vbox for trunk/include
- Timestamp:
- Jul 25, 2007 8:08:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmusb.h
r3854 r3856 432 432 R3PTRTYPE(void *) pvInstanceDataR3; 433 433 /* padding to make achInstanceData aligned at 32 byte boundrary. */ 434 uint32_t au32Padding[HC_ARCH_BITS == 32 ? 1: 6];434 uint32_t au32Padding[HC_ARCH_BITS == 32 ? 4 : 6]; 435 435 /** Device instance data. The size of this area is defined 436 436 * in the PDMUSBREG::cbInstanceData field. */
Note:
See TracChangeset
for help on using the changeset viewer.