* include/grub/types.h (grub_target_off_t): Removed no longer used type.
This commit is contained in:
parent
4f6a2e2175
commit
18568d1852
2 changed files with 4 additions and 2 deletions
|
@ -84,12 +84,10 @@ typedef unsigned long long grub_uint64_t;
|
|||
/* Misc types. */
|
||||
#if GRUB_TARGET_SIZEOF_VOID_P == 8
|
||||
typedef grub_uint64_t grub_target_addr_t;
|
||||
typedef grub_uint64_t grub_target_off_t;
|
||||
typedef grub_uint64_t grub_target_size_t;
|
||||
typedef grub_int64_t grub_target_ssize_t;
|
||||
#else
|
||||
typedef grub_uint32_t grub_target_addr_t;
|
||||
typedef grub_uint32_t grub_target_off_t;
|
||||
typedef grub_uint32_t grub_target_size_t;
|
||||
typedef grub_int32_t grub_target_ssize_t;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue