summaryrefslogtreecommitdiff
path: root/source/include/actables.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-06-26 19:01:10 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-06-26 19:01:10 +0000
commit94c37fb2483cc09856a30e74879a69f2ccfe22f0 (patch)
tree274ff6113dbdc6cbbbf50dc30d0527fb9cb0fc55 /source/include/actables.h
parentb7f987c19dad2c6d33c64e7f96a9b4deca9e2650 (diff)
Notes
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 b16c6e3b2110..3452a7b870a6 100644
--- a/source/include/actables.h
+++ b/source/include/actables.h
@@ -50,6 +50,15 @@ AcpiAllocateRootTable (
UINT32 InitialTableCount);
/*
+ * tbxfroot - Root pointer utilities
+ */
+UINT8 *
+AcpiTbScanMemoryForRsdp (
+ UINT8 *StartAddress,
+ UINT32 Length);
+
+
+/*
* tbfadt - FADT parse/convert/validate
*/
void