diff options
Diffstat (limited to 'MdePkg/Include/Guid/HobList.h')
-rw-r--r-- | MdePkg/Include/Guid/HobList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Guid/HobList.h b/MdePkg/Include/Guid/HobList.h index bbe6235f39..73f3ac5f54 100644 --- a/MdePkg/Include/Guid/HobList.h +++ b/MdePkg/Include/Guid/HobList.h @@ -3,7 +3,7 @@ These GUIDs point the HOB List passed from PEI to DXE.
- 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 __HOB_LIST_GUID_H__
#define __HOB_LIST_GUID_H__
-#define EFI_HOB_LIST_GUID \
+#define HOB_LIST_GUID \
{ \
0x7739f24c, 0x93d7, 0x11d4, {0x9a, 0x3a, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \
}
|