diff options
Diffstat (limited to 'include/actables.h')
| -rw-r--r-- | include/actables.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/actables.h b/include/actables.h index 54fdaae9b1a7..9f1c4f00e5a8 100644 --- a/include/actables.h +++ b/include/actables.h @@ -231,6 +231,14 @@ AcpiTbVerifyChecksum ( UINT32 Length); void +AcpiTbCheckDsdtHeader ( + void); + +ACPI_TABLE_HEADER * +AcpiTbCopyDsdt ( + UINT32 TableIndex); + +void AcpiTbInstallTable ( ACPI_PHYSICAL_ADDRESS Address, char *Signature, |
