From c21a1b4338aa1fdc154a31f67c1ab913ba2343fc Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Wed, 19 Aug 2009 08:38:50 +0000 Subject: Add missing _GUID for EFI_HASH_SERVICE_BINDING_PROTOCOL GUID value macro. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9126 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/Hash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdePkg/Include') diff --git a/MdePkg/Include/Protocol/Hash.h b/MdePkg/Include/Protocol/Hash.h index 6441bfe7a8..fda852fd90 100644 --- a/MdePkg/Include/Protocol/Hash.h +++ b/MdePkg/Include/Protocol/Hash.h @@ -6,7 +6,7 @@ so that a multiple drivers can use the underlying hashing services. The EFI Service Binding Protocol defines the generic Service Binding Protocol functions. - Copyright (c) 2006 - 2008, Intel Corporation + Copyright (c) 2006 - 2009, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -20,7 +20,7 @@ #ifndef __EFI_HASH_PROTOCOL_H__ #define __EFI_HASH_PROTOCOL_H__ -#define EFI_HASH_SERVICE_BINDING_PROTOCOL \ +#define EFI_HASH_SERVICE_BINDING_PROTOCOL_GUID \ { \ 0x42881c98, 0xa4f3, 0x44b0, {0xa3, 0x9d, 0xdf, 0xa1, 0x86, 0x67, 0xd8, 0xcd } \ } -- cgit v1.2.3