Synchronize MdePkg/Library *.h files with c files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6985 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
efb2311707
commit
4ef55dfc76
|
@ -21,7 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
The function returns the pointer to PEI services.
|
The function returns the pointer to PEI services.
|
||||||
It will ASSERT() if the pointer to PEI services is NULL.
|
It will ASSERT() if the pointer to PEI services is NULL.
|
||||||
|
|
||||||
@retval The pointer to PeiServices.
|
@return The pointer to PeiServices.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
CONST EFI_PEI_SERVICES **
|
CONST EFI_PEI_SERVICES **
|
||||||
|
|
|
@ -337,6 +337,8 @@ MmioRead8 (
|
||||||
|
|
||||||
@param Address The MMIO register to write.
|
@param Address The MMIO register to write.
|
||||||
@param Value The value to write to the MMIO register.
|
@param Value The value to write to the MMIO register.
|
||||||
|
|
||||||
|
@return Value.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
UINT8
|
UINT8
|
||||||
|
@ -404,6 +406,8 @@ MmioRead16 (
|
||||||
|
|
||||||
@param Address The MMIO register to write.
|
@param Address The MMIO register to write.
|
||||||
@param Value The value to write to the MMIO register.
|
@param Value The value to write to the MMIO register.
|
||||||
|
|
||||||
|
@return Value.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
UINT16
|
UINT16
|
||||||
|
@ -474,6 +478,8 @@ MmioRead32 (
|
||||||
|
|
||||||
@param Address The MMIO register to write.
|
@param Address The MMIO register to write.
|
||||||
@param Value The value to write to the MMIO register.
|
@param Value The value to write to the MMIO register.
|
||||||
|
|
||||||
|
@return Value.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
UINT32
|
UINT32
|
||||||
|
|
|
@ -18,10 +18,10 @@
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
The function returns the pointer to PeiServices.
|
The function returns the pointer to PEI services.
|
||||||
|
|
||||||
The function returns the pointer to PeiServices.
|
The function returns the pointer to PEI services.
|
||||||
It will ASSERT() if the pointer to PeiServices is NULL.
|
It will ASSERT() if the pointer to PEI services is NULL.
|
||||||
|
|
||||||
@return The pointer to PeiServices.
|
@return The pointer to PeiServices.
|
||||||
|
|
||||||
|
|
|
@ -149,7 +149,7 @@ DebugAssert (
|
||||||
PcdDebugClearMemoryValue, and returns Buffer.
|
PcdDebugClearMemoryValue, and returns Buffer.
|
||||||
|
|
||||||
If Buffer is NULL, then ASSERT().
|
If Buffer is NULL, then ASSERT().
|
||||||
If Length is greater than (MAX_ADDRESS -Buffer + 1), then ASSERT().
|
If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
|
||||||
|
|
||||||
@param Buffer Pointer to the target buffer to be filled with PcdDebugClearMemoryValue.
|
@param Buffer Pointer to the target buffer to be filled with PcdDebugClearMemoryValue.
|
||||||
@param Length Number of bytes in Buffer to fill with zeros PcdDebugClearMemoryValue.
|
@param Length Number of bytes in Buffer to fill with zeros PcdDebugClearMemoryValue.
|
||||||
|
|
|
@ -150,7 +150,7 @@ DebugAssert (
|
||||||
PcdDebugClearMemoryValue, and returns Buffer.
|
PcdDebugClearMemoryValue, and returns Buffer.
|
||||||
|
|
||||||
If Buffer is NULL, then ASSERT().
|
If Buffer is NULL, then ASSERT().
|
||||||
If Length is greater than (MAX_ADDRESS -Buffer + 1), then ASSERT().
|
If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
|
||||||
|
|
||||||
@param Buffer Pointer to the target buffer to be filled with PcdDebugClearMemoryValue.
|
@param Buffer Pointer to the target buffer to be filled with PcdDebugClearMemoryValue.
|
||||||
@param Length Number of bytes in Buffer to fill with zeros PcdDebugClearMemoryValue.
|
@param Length Number of bytes in Buffer to fill with zeros PcdDebugClearMemoryValue.
|
||||||
|
|
Loading…
Reference in New Issue