diff options
Diffstat (limited to 'include/efi.h')
-rw-r--r-- | include/efi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/efi.h b/include/efi.h index 1bc22ccdf8..63cbdb61ec 100644 --- a/include/efi.h +++ b/include/efi.h @@ -28,6 +28,10 @@ struct efi_device_path; +typedef struct { + u8 b[16]; +} efi_guid_t; + #define EFI_BITS_PER_LONG BITS_PER_LONG /* |