Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Structure RTACPI_SLIT |
Structure RTACPI_SLITSystem Locality Distance Information Table. Signature is RTACPISIG('SLIT'). typedef struct { RTACPI_Header Header; QWORD NumberOfSystemLocalities; BYTE Entry[1]; // open array } RTACPI_SLIT; Advanced Configuration and Power Interface (ACPI) Tables
|