emu/cache: Change declaration of __clear_cache to match builtin declaration.
Fixes compile of arm64-emu.
This commit is contained in:
parent
38b7a30269
commit
66b0e6649b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "../ia64/cache.c"
|
||||
#elif defined (__arm__) || defined (__aarch64__)
|
||||
|
||||
void __clear_cache (char *beg, char *end);
|
||||
void __clear_cache (void *beg, void *end);
|
||||
|
||||
void
|
||||
grub_arch_sync_caches (void *address, grub_size_t len)
|
||||
|
|
Loading…
Reference in a new issue