diff options
Diffstat (limited to 'MdePkg/Include/Guid/HobList.h')
-rw-r--r-- | MdePkg/Include/Guid/HobList.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MdePkg/Include/Guid/HobList.h b/MdePkg/Include/Guid/HobList.h index 435f010c1a..6195fa9260 100644 --- a/MdePkg/Include/Guid/HobList.h +++ b/MdePkg/Include/Guid/HobList.h @@ -14,6 +14,10 @@ #ifndef __HOB_LIST_GUID_H__
#define __HOB_LIST_GUID_H__
+//
+// The HOB List Table shall be stored in memory of type
+// EfiBootServicesData
+//
#define HOB_LIST_GUID \
{ \
0x7739f24c, 0x93d7, 0x11d4, {0x9a, 0x3a, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \
|