diff options
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/Mtftp4.h')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/Mtftp4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/Mtftp4.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/Mtftp4.h index e80ce6ad91..7882dc0d5a 100644 --- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/Mtftp4.h +++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/Mtftp4.h @@ -25,10 +25,10 @@ Abstract: #include EFI_PROTOCOL_DEFINITION(ServiceBinding)
#define EFI_MTFTP4_SERVICE_BINDING_PROTOCOL_GUID \
- { 0x2FE800BE, 0x8F01, 0x4aa6, 0x94, 0x6B, 0xD7, 0x13, 0x88, 0xE1, 0x83, 0x3F }
+ { 0x2FE800BE, 0x8F01, 0x4aa6, {0x94, 0x6B, 0xD7, 0x13, 0x88, 0xE1, 0x83, 0x3F} }
#define EFI_MTFTP4_PROTOCOL_GUID \
- { 0x78247c57, 0x63db, 0x4708, 0x99, 0xc2, 0xa8, 0xb4, 0xa9, 0xa6, 0x1f, 0x6b }
+ { 0x78247c57, 0x63db, 0x4708, {0x99, 0xc2, 0xa8, 0xb4, 0xa9, 0xa6, 0x1f, 0x6b} }
EFI_FORWARD_DECLARATION (EFI_MTFTP4_PROTOCOL);
EFI_FORWARD_DECLARATION (EFI_MTFTP4_TOKEN);
|