mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-03 12:34:44 +00:00
7 lines
147 B
C
7 lines
147 B
C
#ifndef GRUB_MEMORY_CPU_HEADER
|
|
#include <grub/efi/memory.h>
|
|
|
|
#define GRUB_EFI_MAX_USABLE_ADDRESS 0xffffffff
|
|
|
|
#endif /* ! GRUB_MEMORY_CPU_HEADER */
|