summaryrefslogtreecommitdiff
path: root/source/include/actables.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/actables.h')
-rw-r--r--source/include/actables.h18
1 files changed, 15 insertions, 3 deletions
diff --git a/source/include/actables.h b/source/include/actables.h
index 3eb02d34a151..0f8fdd505374 100644
--- a/source/include/actables.h
+++ b/source/include/actables.h
@@ -236,18 +236,30 @@ AcpiTbCopyDsdt (
void
AcpiTbInstallTableWithOverride (
- UINT32 TableIndex,
ACPI_TABLE_DESC *NewTableDesc,
- BOOLEAN Override);
+ BOOLEAN Override,
+ UINT32 *TableIndex);
ACPI_STATUS
AcpiTbInstallFixedTable (
ACPI_PHYSICAL_ADDRESS Address,
char *Signature,
- UINT32 TableIndex);
+ UINT32 *TableIndex);
ACPI_STATUS
AcpiTbParseRootTable (
ACPI_PHYSICAL_ADDRESS RsdpAddress);
+BOOLEAN
+AcpiIsValidSignature (
+ char *Signature);
+
+
+/*
+ * tbxfload
+ */
+ACPI_STATUS
+AcpiTbLoadNamespace (
+ void);
+
#endif /* __ACTABLES_H__ */