Changeset 2292 in vbox
- Timestamp:
- Apr 20, 2007 11:28:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdm.h
r2291 r2292 5515 5515 /** Pointer to device instance data. */ 5516 5516 GCPTRTYPE(void *) pvInstanceDataGC; 5517 /* padding to make achInstanceData aligned at 16byte boundrary. */5518 uint32_t au32Padding[HC_ARCH_BITS == 32 ? 1 : 2];5517 /* padding to make achInstanceData aligned at 32 byte boundrary. */ 5518 uint32_t au32Padding[HC_ARCH_BITS == 32 ? 1 : 6]; 5519 5519 /** Device instance data. The size of this area is defined 5520 5520 * in the PDMDEVREG::cbInstanceData field. */
Note:
See TracChangeset
for help on using the changeset viewer.