grub2/include/grub/arm64
Javier Martinez Canillas 71dd2ef76f include/grub/arm64/linux.h: Include missing <grub/types.h> header
This header uses types defined in <grub/types.h> but does not include it,
which leads to compile errors like the following:

../include/grub/cpu/linux.h:27:3: error: unknown type name ‘grub_uint32_t’
   27 |   grub_uint32_t code0;  /* Executable code */
      |   ^~~~~~~~~~~~~

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
..
efi efi: mm: make MAX_USABLE_ADDRESS platform-specific 2013-12-10 18:05:29 +00:00
linux.h include/grub/arm64/linux.h: Include missing <grub/types.h> header 2020-11-20 15:33:40 +01:00
reloc.h arm64: Add support for GOT and PCREL32 relocations. 2017-02-01 21:46:19 +01:00
setjmp.h ARM 64 port by Leif Lindholm 2013-11-16 20:52:55 +01:00
time.h asm: Replace "__asm__ __volatile__" with "asm volatile" 2019-03-12 20:04:07 +01:00
types.h ARM 64 port by Leif Lindholm 2013-11-16 20:52:55 +01:00