aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/partitions/efi.h
diff options
context:
space:
mode:
Diffstat (limited to 'block/partitions/efi.h')
-rw-r--r--block/partitions/efi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/partitions/efi.h b/block/partitions/efi.h
index 907bac5ce8f7..8cc2b88d0aa8 100644
--- a/block/partitions/efi.h
+++ b/block/partitions/efi.h
@@ -88,7 +88,7 @@ typedef struct _gpt_entry {
__le64 starting_lba;
__le64 ending_lba;
gpt_entry_attributes attributes;
- efi_char16_t partition_name[72 / sizeof (efi_char16_t)];
+ __le16 partition_name[72/sizeof(__le16)];
} __packed gpt_entry;
typedef struct _gpt_mbr_record {