Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Structure RTACPI_SRAT |
Structure RTACPI_SRATSystem Resource Affinity Table. Signature is RTACPISIG('SRAT'). typedef struct { RTACPI_Header Header; BYTE Reserved[4+8]; BYTE StaticResourceAllocationStructure[1]; // open array } RTACPI_SRAT; Advanced Configuration and Power Interface (ACPI) Tables
|