diff options
Diffstat (limited to 'include/efi.h')
| -rw-r--r-- | include/efi.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/efi.h b/include/efi.h index d5af2139946..84640cf7b25 100644 --- a/include/efi.h +++ b/include/efi.h @@ -74,7 +74,7 @@ struct efi_device_path {   * struct { u32 a; u16; b; u16 c; u8 d[8]; }; which is 4-byte   * aligned.   */ -typedef struct { +typedef struct efi_guid {  	u8 b[16];  } efi_guid_t __attribute__((aligned(4))); | 
