class AcpiTableFixup
Defined at line 38 of file ../../src/devices/board/tests/acpi-host-tests/table-manager.h
An interface used to modify ACPI tables. Gather() is called on each table present in the system,
and then Fixup() is called on each table.
Public Methods
void Gather (AcpiTable * table)
Defined at line 40 of file ../../src/devices/board/tests/acpi-host-tests/table-manager.h
void Fixup (AcpiTable * table)
Defined at line 42 of file ../../src/devices/board/tests/acpi-host-tests/table-manager.h
void ~AcpiTableFixup ()
Defined at line 44 of file ../../src/devices/board/tests/acpi-host-tests/table-manager.h