summaryrefslogtreecommitdiff
path: root/source/include/actables.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2013-05-31 17:42:48 -0700
committerRobert Moore <Robert.Moore@intel.com>2013-05-31 17:42:48 -0700
commit3fc353da228f90935d9dba83ff10de7178e1f813 (patch)
treea4195c276954e94e9afda9039b2128b3e9e82a94 /source/include/actables.h
parent0d0b913fe4de0c484a3bccff2c89b6ea2e48080d (diff)
downloadacpica-3fc353da228f90935d9dba83ff10de7178e1f813.tar.gz
AcpiDump: Added full support for Linux.
Adds full support for linux platforms. Chao Guan, Bob Moore.
Diffstat (limited to 'source/include/actables.h')
-rw-r--r--source/include/actables.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/include/actables.h b/source/include/actables.h
index 3e88f7317..dc1bb210b 100644
--- a/source/include/actables.h
+++ b/source/include/actables.h
@@ -122,6 +122,15 @@ AcpiAllocateRootTable (
UINT32 InitialTableCount);
/*
+ * tbxfroot - Root pointer utilities
+ */
+UINT8 *
+AcpiTbScanMemoryForRsdp (
+ UINT8 *StartAddress,
+ UINT32 Length);
+
+
+/*
* tbfadt - FADT parse/convert/validate
*/
void