VirtualBox

Changeset 105522 in vbox for trunk


Ignore:
Timestamp:
Jul 26, 2024 2:18:15 PM (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

    r105512 r105522  
    364364{
    365365    ACPITBLHDR          Hdr;                            /**< 0x000: The table header. */
     366    RT_FLEXIBLE_ARRAY_EXTENSION
    366367    uint32_t            au32AddrTbl[RT_FLEXIBLE_ARRAY]; /**< 0x024: Array of 32-bit physical addresses pointing to other tables, variable in size. */
    367368} ACPIRSDT;
     
    386387{
    387388    ACPITBLHDR          Hdr;                            /**< 0x000: The table header. */
     389    RT_FLEXIBLE_ARRAY_EXTENSION
    388390    uint64_t            au64AddrTbl[RT_FLEXIBLE_ARRAY]; /**< 0x024: Array of 64-bit physical addresses pointing to other tables, variable in size. */
    389391} ACPIXSDT;
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