summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/HobLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/HobLib.h')
-rw-r--r--MdePkg/Include/Library/HobLib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/HobLib.h b/MdePkg/Include/Library/HobLib.h
index 02f364ccc6..ae1fb16f88 100644
--- a/MdePkg/Include/Library/HobLib.h
+++ b/MdePkg/Include/Library/HobLib.h
@@ -17,9 +17,10 @@
/**
Returns the pointer to the HOB list.
+ ASSERT() if the HOB list returned by GetHobList() is NULL.
This function returns the pointer to first HOB in the list.
-
+
@return The pointer to the HOB list.
**/