6 lines
147 B
C
6 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 */
|