Fix ECC issue.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6148 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2008-10-20 14:05:39 +00:00
parent faf46b4071
commit 47501b697f
1 changed files with 2 additions and 6 deletions

View File

@ -52,8 +52,8 @@ GetPcdPpiPointer (
Sets the current SKU in the PCD database to the value specified by SkuId. SkuId is returned. Sets the current SKU in the PCD database to the value specified by SkuId. SkuId is returned.
If SkuId not less than PCD_MAX_SKU_ID, then ASSERT(). If SkuId not less than PCD_MAX_SKU_ID, then ASSERT().
@param[in] System sku id. The SKU value that will be used when the PCD service will retrieve and @param[in] SkuId System sku id. The SKU value that will be used when the PCD service will retrieve and
set values. set values.
@return Return the SKU ID that just be set. @return Return the SKU ID that just be set.
@ -805,8 +805,6 @@ LibPcdSetExBool (
@param[in] NotificationFunction The function to call when the token @param[in] NotificationFunction The function to call when the token
specified by Guid and TokenNumber is set. specified by Guid and TokenNumber is set.
@retval VOID
**/ **/
VOID VOID
EFIAPI EFIAPI
@ -836,8 +834,6 @@ LibPcdCallbackOnSet (
@param[in] TokenNumber Specify the token number. @param[in] TokenNumber Specify the token number.
@param[in] NotificationFunction The callback function to be unregistered. @param[in] NotificationFunction The callback function to be unregistered.
@retval VOID
**/ **/
VOID VOID
EFIAPI EFIAPI