* grub-core/commands/efi/lsefimmap.c: New file.
* grub-core/Makefile.core.def (lsefimmap): New module. * include/grub/efi/api.h (PRIxGRUB_EFI_UINTN_T): New definition. Also-By: Robert Millan <rmh.grub@aybabtu.com> Also-By: Vladimir Serbinenko <phcoder@gmail.com>
This commit is contained in:
parent
48798b6a1e
commit
41a331a8d3
4 changed files with 160 additions and 0 deletions
|
@ -287,6 +287,8 @@ typedef grub_uint64_t grub_efi_uint64_t;
|
|||
typedef grub_uint8_t grub_efi_char8_t;
|
||||
typedef grub_uint16_t grub_efi_char16_t;
|
||||
|
||||
#define PRIxGRUB_EFI_UINTN_T "lx"
|
||||
|
||||
typedef grub_efi_intn_t grub_efi_status_t;
|
||||
|
||||
#define GRUB_EFI_ERROR_CODE(value) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue