mirror of https://github.com/acidanthera/audk.git
MdeModulePkg DxeCore: Remove @retval function comments for CoreUpdateMemoryAttributes().
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16504 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0b24f2cfe0
commit
9f2c0260b1
|
@ -2850,12 +2850,6 @@ CoreUpdateProfile (
|
||||||
@param NumberOfPages The number of pages to convert
|
@param NumberOfPages The number of pages to convert
|
||||||
@param NewAttributes The new attributes value for the range.
|
@param NewAttributes The new attributes value for the range.
|
||||||
|
|
||||||
@retval EFI_INVALID_PARAMETER Invalid parameter
|
|
||||||
@retval EFI_NOT_FOUND Could not find a descriptor cover the specified
|
|
||||||
range or convertion not allowed.
|
|
||||||
@retval EFI_SUCCESS Successfully converts the memory range to the
|
|
||||||
specified attributes.
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
CoreUpdateMemoryAttributes (
|
CoreUpdateMemoryAttributes (
|
||||||
|
|
|
@ -937,12 +937,6 @@ CoreConvertPages (
|
||||||
@param NumberOfPages The number of pages to convert
|
@param NumberOfPages The number of pages to convert
|
||||||
@param NewAttributes The new attributes value for the range.
|
@param NewAttributes The new attributes value for the range.
|
||||||
|
|
||||||
@retval EFI_INVALID_PARAMETER Invalid parameter
|
|
||||||
@retval EFI_NOT_FOUND Could not find a descriptor cover the specified
|
|
||||||
range or convertion not allowed.
|
|
||||||
@retval EFI_SUCCESS Successfully converts the memory range to the
|
|
||||||
specified attributes.
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
CoreUpdateMemoryAttributes (
|
CoreUpdateMemoryAttributes (
|
||||||
|
|
Loading…
Reference in New Issue