* include/grub/efi/api.h (PRIxGRUB_EFI_UINTN_T): Remove leftover.
This commit is contained in:
parent
bc8dd11952
commit
e8c360ca4a
2 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
|||
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/loader/arm/linux.c: Use common initd functions.
|
||||
* include/grub/efi/api.h (PRIxGRUB_EFI_UINTN_T): Remove leftover.
|
||||
|
||||
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/loader/arm/linux.c: Use common initrd functions.
|
||||
|
||||
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
|
|
|
@ -467,8 +467,6 @@ 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…
Reference in a new issue