grub2/include/grub/arm
Javier Martinez Canillas 11fa824dde include/grub/arm/system.h: Include missing <grub/symbol.h> header
The header uses the EXPORT_FUNC() macro defined in <grub/types.h> but
doesn'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);
      |             ^~~~~~~~~~~
../include/grub/cpu/system.h:12:1: warning: parameter names (without types) in function declaration
   12 | extern void EXPORT_FUNC(grub_arm_disable_caches_mmu) (void);
      | ^~~~~~
make[3]: *** [Makefile:36581: kern/efi/kernel_exec-sb.o] Error 1

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2020-11-20 15:33:40 +01:00
..
coreboot rk3288_spi: Add SPI driver 2017-05-09 08:44:23 +02:00
efi arm: Delete unused efi support from loader/arm 2018-07-25 14:18:11 +02:00
uboot arm-uboot: Make self-relocatable to allow loading at any address 2016-02-27 13:40:52 +01:00
cros_ec.h arm_coreboot: Add Chromebook keyboard driver. 2017-05-09 08:47:34 +02:00
linux.h efi: Rename armxx to arch 2019-02-25 11:28:44 +01:00
reloc.h arm: implement additional relocations generated by gcc 4.9 at -O3 2015-02-03 22:50:08 +00:00
setjmp.h * include/grub/setjmp.h: Define RETURNS_TWICE. Keep it empty for 2013-10-18 16:38:36 +02:00
startup.h Refactor arm-uboot code to make it genereic. 2017-05-08 17:47:57 +02:00
system.h include/grub/arm/system.h: Include missing <grub/symbol.h> header 2020-11-20 15:33:40 +01:00
time.h asm: Replace "__asm__ __volatile__" with "asm volatile" 2019-03-12 20:04:07 +01:00
types.h Initial import of Leif's work 2013-04-07 02:41:07 +02:00