VirtualBox

Changeset 32825 in vbox


Ignore:
Timestamp:
Sep 29, 2010 5:00:22 PM (14 years ago)
Author:
vboxsync
Message:

DevACPI.cpp: warnings

File:
1 edited

Legend:

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

    r32765 r32825  
    534534
    535535/** MCFG Descriptor Structure */
    536 struct ACPITBLMCFG
     536typedef struct ACPITBLMCFG
    537537{
    538538    ACPITBLHEADER aHeader;
    539539    uint64_t      u64Reserved;
    540 };
     540} ACPITBLMCFG;
    541541AssertCompileSize(ACPITBLMCFG, 44);
    542542
    543 /* Number of such entries can be computed from the whole table length in header */
    544 struct ACPITBLMCFGENTRY
     543/** Number of such entries can be computed from the whole table length in header */
     544typedef struct ACPITBLMCFGENTRY
    545545{
    546546    uint64_t      u64BaseAddress;
     
    549549    uint8_t       u8EndBus;
    550550    uint32_t      u32Reserved;
    551 };
     551} ACPITBLMCFGENTRY;
    552552AssertCompileSize(ACPITBLMCFGENTRY, 16);
    553553
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