Function parse_table

Source
pub fn parse_table(
    data: &[u8],
) -> Result<AMLTable<'_>, ErrorWithPosition<'_, ParserState<'_>>>
Expand description

Parse an ACPI table that contains AML, including the header

ยงErrors

Returns an error if the AML contents cannot be parsed.