pub fn handle(
acpi_tables: &mut AcpiTables,
signature: AcpiSignature,
length: usize,
phys_addr: PhysicalAddress
) -> Result<(), &'static str>
Expand description
The handler for parsing RSDT/XSDT tables and adding them to the ACPI tables list.