Changeset 27363 in vbox
- Timestamp:
- Mar 15, 2010 2:41:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r26940 r27363 143 143 } *PDMISYSTEMINF; 144 144 AssertCompileSize(DMISYSTEMINF, 0x1b); 145 146 /** DMI board (or module) information (Type 2) */ 147 typedef struct DMIBOARDINF 148 { 149 DMIHDR header; 150 uint8_t u8Manufacturer; 151 uint8_t u8Product; 152 uint8_t u8Version; 153 uint8_t u8SerialNumber; 154 uint8_t u8AssetTag; 155 uint8_t u8FeatureFlags; 156 uint8_t u8LocationInChassis; 157 uint16_t u16ChassisHandle; 158 uint8_t u8BoardType; 159 uint8_t u8cObjectHandles; 160 } *PDMIBOARDINF; 161 AssertCompileSize(DMIBOARDINF, 0x0f); 145 162 146 163 /** DMI system enclosure or chassis type (Type 3) */
Note:
See TracChangeset
for help on using the changeset viewer.