Type Alias acpi_table::AcpiSignature

source ·
pub type AcpiSignature = [u8; 4];
Expand description

All ACPI tables are identified by a 4-byte signature, typically an ASCII string like “APIC” or “RSDT”.