Synchronize the h files with c files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6967 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gikidy
2008-12-10 06:13:43 +00:00
parent 4c395b6d95
commit 2281e7a9c3
12 changed files with 349 additions and 195 deletions

View File

@@ -422,7 +422,7 @@ BuildMemoryAllocationHob (
@param Hob A pointer to a HOB.
@return HobType
@return HobType.
**/
#define GET_HOB_TYPE(HobStart) \
@@ -436,7 +436,7 @@ BuildMemoryAllocationHob (
@param Hob A pointer to a HOB.
@return HobLength
@return HobLength.
**/
#define GET_HOB_LENGTH(HobStart) \
@@ -479,7 +479,7 @@ BuildMemoryAllocationHob (
@param GuidHob A pointer to a HOB.
@return A pointer to the data buffer in a HOB
@return A pointer to the data buffer in a HOB.
**/
#define GET_GUID_HOB_DATA(HobStart) \
@@ -493,7 +493,7 @@ BuildMemoryAllocationHob (
@param GuidHob A pointer to a HOB.
@return The size of the data buffer
@return The size of the data buffer.
**/
#define GET_GUID_HOB_DATA_SIZE(HobStart) \
(UINT16)(GET_HOB_LENGTH (HobStart) - sizeof (EFI_HOB_GUID_TYPE))