Add a prototype for the new arm_devmap_print_table(). This should have

been part of r260490.
This commit is contained in:
ian 2014-01-09 20:57:19 +00:00
parent f2d18bc041
commit 0e1ecc8c57

View File

@ -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