mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add a prototype for the new arm_devmap_print_table(). This should have
been part of r260490.
This commit is contained in:
parent
ba1dcabf6d
commit
afaa74ffe7
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue