- Timestamp:
- Jul 26, 2024 2:18:15 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/acpi-tables.h
r105512 r105522 364 364 { 365 365 ACPITBLHDR Hdr; /**< 0x000: The table header. */ 366 RT_FLEXIBLE_ARRAY_EXTENSION 366 367 uint32_t au32AddrTbl[RT_FLEXIBLE_ARRAY]; /**< 0x024: Array of 32-bit physical addresses pointing to other tables, variable in size. */ 367 368 } ACPIRSDT; … … 386 387 { 387 388 ACPITBLHDR Hdr; /**< 0x000: The table header. */ 389 RT_FLEXIBLE_ARRAY_EXTENSION 388 390 uint64_t au64AddrTbl[RT_FLEXIBLE_ARRAY]; /**< 0x024: Array of 64-bit physical addresses pointing to other tables, variable in size. */ 389 391 } ACPIXSDT;
Note:
See TracChangeset
for help on using the changeset viewer.