The header uses the EXPORT_FUNC() macro defined in but
doens't include it, which leads to the following compile error on arm:
../include/grub/cpu/system.h:12:13: error: ‘EXPORT_FUNC’ declared as function
returning a function
12 | extern void EXPORT_FUNC(grub_arm_disable_caches_mmu) (void);
This header uses types defined in but does not include it,
which leads to lead compile errors like the following:
In file included from ../include/grub/cpu/linux.h:19,
from kern/efi/sb.c:21:
../include/grub/i386/linux.h:80:3: error: unknown type name ‘grub_uint64_t’
80 | gru
Nov 4, 2020 7:15:30 AM Daniel Kiper :
> On Tue, Nov 03, 2020 at 08:21:15PM +, Glenn Washburn wrote:
>> Oct 30, 2020 7:50:08 AM Daniel Kiper :
>>> On Thu, Oct 29, 2020 at 02:53:34PM -0500, Glenn Washburn wrote:
On Tue, 27 Oct 2020 20:11:56 +0100
Daniel Kiper wrote:
> On Sat, Oct