Changeset 1862 in vbox for trunk/include
- Timestamp:
- Apr 2, 2007 2:36:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r1840 r1862 143 143 /** The GIP update mode, see SUPGIPMODE. */ 144 144 uint32_t u32Mode; 145 /** Reserved / padding. */ 146 uint32_t u32Padding0; 145 147 /** The update frequency of the of the NanoTS. */ 146 148 volatile uint32_t u32UpdateHz; … … 151 153 152 154 /** Padding / reserved space for future data. */ 153 uint32_t au32Padding 0[10];155 uint32_t au32Padding1[56]; 154 156 155 157 /** Array of per-cpu data.
Note:
See TracChangeset
for help on using the changeset viewer.