VirtualBox

Changeset 105512 in vbox for trunk


Ignore:
Timestamp:
Jul 26, 2024 7:26:44 AM (6 months ago)
Author:
vboxsync
Message:

include/iprt/formats: Add acpi-tables.h which will contain required definitions for generating ACPI tables, bugref:10733 [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/formats/acpi-tables.h

    r105511 r105512  
    128128 * @note This is the format for revision 2 and later.
    129129 */
     130#pragma pack(1)
    130131typedef struct ACPIRSDP
    131132{
     
    140141    uint8_t             abRsvd[3];                      /**< 0x021: Reserved fields. */
    141142} ACPIRSDP;
     143#pragma pack()
    142144AssertCompileSize(ACPIRSDP, 36);
    143145/** Pointer to an ACPI Root System Descriptor Pointer. */
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