summaryrefslogtreecommitdiff
path: root/tools/eficapsule.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eficapsule.h')
-rw-r--r--tools/eficapsule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/eficapsule.h b/tools/eficapsule.h
index 6efd07d2eb6..97d077536d5 100644
--- a/tools/eficapsule.h
+++ b/tools/eficapsule.h
@@ -24,7 +24,7 @@
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
-typedef struct {
+typedef struct efi_guid {
uint8_t b[16];
} efi_guid_t __aligned(8);