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

@ -24,7 +24,7 @@ Abstract:
#define __GENERIC_MEMORY_TEST_H__
#define EFI_GENERIC_MEMORY_TEST_PROTOCOL_GUID \
{ 0x309de7f1, 0x7f5e, 0x4ace, 0xb4, 0x9c, 0x53, 0x1b, 0xe5, 0xaa, 0x95, 0xef}
{ 0x309de7f1, 0x7f5e, 0x4ace, {0xb4, 0x9c, 0x53, 0x1b, 0xe5, 0xaa, 0x95, 0xef}}
EFI_FORWARD_DECLARATION (EFI_GENERIC_MEMORY_TEST_PROTOCOL);
@ -151,4 +151,4 @@ struct _EFI_GENERIC_MEMORY_TEST_PROTOCOL {
};
extern EFI_GUID gEfiGenericMemTestProtocolGuid;
#endif
#endif