emu/cache: Change declaration of __clear_cache to match builtin declaration.

Fixes compile of arm64-emu.
This commit is contained in:
Vladimir Serbinenko 2015-02-26 22:20:59 +01:00
parent 38b7a30269
commit 66b0e6649b
1 changed files with 1 additions and 1 deletions

View File

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