diff options
Diffstat (limited to 'source/include/actables.h')
-rw-r--r-- | source/include/actables.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/actables.h b/source/include/actables.h index 3452a7b870a6..42958945bca4 100644 --- a/source/include/actables.h +++ b/source/include/actables.h @@ -52,6 +52,10 @@ AcpiAllocateRootTable ( /* * tbxfroot - Root pointer utilities */ +ACPI_STATUS +AcpiTbValidateRsdp ( + ACPI_TABLE_RSDP *Rsdp); + UINT8 * AcpiTbScanMemoryForRsdp ( UINT8 *StartAddress, |