Function hpet::handle

source ·
pub fn handle(
    acpi_tables: &mut AcpiTables,
    signature: AcpiSignature,
    _length: usize,
    phys_addr: PhysicalAddress
) -> Result<(), &'static str>
Expand description

The handler for parsing the HPET table and adding it to the ACPI tables list.