Changeset 109037 in vbox for trunk/include
- Timestamp:
- Apr 21, 2025 12:43:30 PM (13 days ago)
- svn:sync-xref-src-repo-rev:
- 168568
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/acpi-tables.h
r106337 r109037 827 827 typedef struct ACPIMADTGICITS 828 828 { 829 uint8_t bType; /**< 0x000: The GI CR structure type, ACPI_MADT_INTR_CTRL_TYPE_GICR. */829 uint8_t bType; /**< 0x000: The GITS structure type, ACPI_MADT_INTR_CTRL_TYPE_GIC_ITS. */ 830 830 uint8_t cbThis; /**< 0x001: Length of this structure, 16. */ 831 831 uint16_t u16Rsvd0; /**< 0x002: Reserved, MBZ. */ 832 832 uint32_t u32GicItsId; /**< 0x004: This GIC ITS ID. */ 833 833 uint64_t u64PhysAddrBase; /**< 0x008: The 64-bit physical address for the Interrupt Translation Service. */ 834 uint32_t u32Rsvd1; /**< 0x010: R served, MBZ. */834 uint32_t u32Rsvd1; /**< 0x010: Reserved, MBZ. */ 835 835 } ACPIMADTGICITS; 836 836 #pragma pack()
Note:
See TracChangeset
for help on using the changeset viewer.