Update Guid Value format.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4964 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2008-03-28 12:00:46 +00:00
parent 4c5d09830b
commit 7ccf38a33e
248 changed files with 327 additions and 327 deletions

View File

@@ -92,7 +92,7 @@ typedef enum {
//
#define EFI_ISA_IO_PROTOCOL_GUID \
{ 0x7ee2bd44, 0x3da0, 0x11d4, 0x9a, 0x38, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d }
{ 0x7ee2bd44, 0x3da0, 0x11d4, {0x9a, 0x38, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d} }
EFI_FORWARD_DECLARATION (EFI_ISA_IO_PROTOCOL);
@@ -202,7 +202,7 @@ extern EFI_GUID gEfiIsaIoProtocolGuid;
//
#define EFI_LIGHT_ISA_IO_PROTOCOL_GUID \
{ 0x7cc7ed80, 0x9a68, 0x4781, 0x80, 0xe4, 0xda, 0x16, 0x99, 0x10, 0x5a, 0xfe }
{ 0x7cc7ed80, 0x9a68, 0x4781, {0x80, 0xe4, 0xda, 0x16, 0x99, 0x10, 0x5a, 0xfe} }
EFI_FORWARD_DECLARATION (EFI_LIGHT_ISA_IO_PROTOCOL);