mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Make this declaration into a proper function prototype.
This commit is contained in:
parent
2daea0bce6
commit
457e64a02f
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ void armv6_idcache_wbinv_range (vm_offset_t, vm_size_t);
|
|||
void armv7_setttb (u_int);
|
||||
void armv7_tlb_flushID (void);
|
||||
void armv7_tlb_flushID_SE (u_int);
|
||||
void armv7_icache_sync_all ();
|
||||
void armv7_icache_sync_all (void);
|
||||
void armv7_icache_sync_range (vm_offset_t, vm_size_t);
|
||||
void armv7_idcache_wbinv_range (vm_offset_t, vm_size_t);
|
||||
void armv7_idcache_inv_all (void);
|
||||
|
|
|
|||
Loading…
Reference in a new issue