summaryrefslogtreecommitdiff
path: root/sys/arm/include
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2014-05-14 20:17:31 +0000
committerIan Lepore <ian@FreeBSD.org>2014-05-14 20:17:31 +0000
commit516ac483bcb60549d1c5c3d58d5b9e7fe3ec93bc (patch)
treed7395e7d5f9890fa2cedfe092e806c756e96e37f /sys/arm/include
parenta816fa4fb39477219c31974fa0c47c0f1b2a160e (diff)
Notes
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/devmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/include/devmap.h b/sys/arm/include/devmap.h
index 028f40d7af19..e205d9b85397 100644
--- a/sys/arm/include/devmap.h
+++ b/sys/arm/include/devmap.h
@@ -87,4 +87,7 @@ void arm_devmap_bootstrap(vm_offset_t _l1pt,
void * arm_devmap_ptov(vm_paddr_t _pa, vm_size_t _sz);
vm_paddr_t arm_devmap_vtop(void * _va, vm_size_t _sz);
+/* Print the static mapping table; used for bootverbose output. */
+void arm_devmap_print_table(void);
+
#endif