summaryrefslogtreecommitdiff
path: root/source/include/actables.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2017-06-29 18:42:13 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2017-06-29 18:42:13 +0000
commit744d47ba98ced2e2a7d3aff2f894136544386e34 (patch)
tree917f6a025e019c7b80e50a45fa783593b4e3c19e /source/include/actables.h
parentc457a42be4fca72c51fdca569271b62213d01a37 (diff)
Notes
Diffstat (limited to 'source/include/actables.h')
-rw-r--r--source/include/actables.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/include/actables.h b/source/include/actables.h
index 8f5a3948c1ddf..05a69ffebb386 100644
--- a/source/include/actables.h
+++ b/source/include/actables.h
@@ -206,7 +206,8 @@ AcpiTbValidateTempTable (
ACPI_STATUS
AcpiTbVerifyTempTable (
ACPI_TABLE_DESC *TableDesc,
- char *Signature);
+ char *Signature,
+ UINT32 *TableIndex);
BOOLEAN
AcpiTbIsTableLoaded (
@@ -303,6 +304,11 @@ AcpiTbUnloadTable (
UINT32 TableIndex);
void
+AcpiTbNotifyTable (
+ UINT32 Event,
+ void *Table);
+
+void
AcpiTbTerminate (
void);