VirtualBox

Changeset 27363 in vbox


Ignore:
Timestamp:
Mar 15, 2010 2:41:18 PM (15 years ago)
Author:
vboxsync
Message:

PC/BIOS/DMI: unused code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevFwCommon.cpp

    r26940 r27363  
    143143} *PDMISYSTEMINF;
    144144AssertCompileSize(DMISYSTEMINF, 0x1b);
     145
     146/** DMI board (or module) information (Type 2) */
     147typedef 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;
     161AssertCompileSize(DMIBOARDINF, 0x0f);
    145162
    146163/** DMI system enclosure or chassis type (Type 3) */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette