- Timestamp:
- Apr 20, 2007 10:50:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdm.h
r2268 r2286 611 611 typedef enum PDMKEYBLEDS 612 612 { 613 /** No leds. */ 613 614 PDMKEYBLEDS_NONE = 0x0000, 614 615 /** Num Lock */ … … 5514 5515 /** Pointer to device instance data. */ 5515 5516 GCPTRTYPE(void *) pvInstanceDataGC; 5516 #if HC_ARCH_BITS == 325517 5517 /* padding to make achInstanceData aligned at 16 byte boundrary. */ 5518 uint32_t au32Padding[HC_ARCH_BITS == 32 ? 1 : 0]; 5519 #endif 5518 uint32_t au32Padding[HC_ARCH_BITS == 32 ? 1 : 2]; 5520 5519 /** Device instance data. The size of this area is defined 5521 5520 * in the PDMDEVREG::cbInstanceData field. */
Note:
See TracChangeset
for help on using the changeset viewer.