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.
pub fn parse_table(
data: &[u8],
) -> Result<AMLTable<'_>, ErrorWithPosition<'_, ParserState<'_>>>
Parse an ACPI table that contains AML, including the header
Returns an error if the AML contents cannot be parsed.