]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add missing _GUID for EFI_HASH_SERVICE_BINDING_PROTOCOL GUID value macro.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Aug 2009 08:38:50 +0000 (08:38 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Aug 2009 08:38:50 +0000 (08:38 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9126 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/Hash.h

index 6441bfe7a8de8ab7bafb68a9f0cb4766aba0c0c8..fda852fd9018ebbb8c3d13bba9e03de4760352a8 100644 (file)
@@ -6,7 +6,7 @@
   so that a multiple drivers can use the underlying hashing services.\r
   The EFI Service Binding Protocol defines the generic Service Binding Protocol functions.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2009, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -20,7 +20,7 @@
 #ifndef __EFI_HASH_PROTOCOL_H__\r
 #define __EFI_HASH_PROTOCOL_H__\r
 \r
-#define EFI_HASH_SERVICE_BINDING_PROTOCOL \\r
+#define EFI_HASH_SERVICE_BINDING_PROTOCOL_GUID \\r
   { \\r
     0x42881c98, 0xa4f3, 0x44b0, {0xa3, 0x9d, 0xdf, 0xa1, 0x86, 0x67, 0xd8, 0xcd } \\r
   }\r