On 18.12.2014 19:04, Fu Wei wrote: > grub-core/loader/arm64/linux.c to include/grub/arm64/linux.h Reason: > (1)make code more orderly (2)these #define can be used by other files which > includs include/grub/arm64/linux.h > (1): We keep defines in C file if they're used only in one file. But the whole exporting of linux functions is ok. Comitting now.