X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeMemoryLib%2FMemLibInternals.h;h=76cebeda76f92898a1658caa62d8c92f99d76a31;hb=2bfb60098f608dc32ff5d22b0fd087c1636b0881;hp=8646b24e7902fd205824a613d65b58ca7b998719;hpb=add13dc21720eff1a37fdea34c0fef190e2ad37d;p=mirror_edk2.git diff --git a/MdePkg/Library/DxeMemoryLib/MemLibInternals.h b/MdePkg/Library/DxeMemoryLib/MemLibInternals.h index 8646b24e79..76cebeda76 100644 --- a/MdePkg/Library/DxeMemoryLib/MemLibInternals.h +++ b/MdePkg/Library/DxeMemoryLib/MemLibInternals.h @@ -10,14 +10,14 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - Module Name: MemLibInternals.h - - The following BaseMemoryLib instances share the same version of this file: + The following BaseMemoryLib instances contain the same copy of this file: BaseMemoryLib BaseMemoryLibMmx BaseMemoryLibSse2 BaseMemoryLibRepStr + BaseMemoryLibOptDxe + BaseMemoryLibOptPei PeiMemoryLib DxeMemoryLib @@ -26,11 +26,20 @@ #ifndef __MEM_LIB_INTERNALS__ #define __MEM_LIB_INTERNALS__ + +#include + + +#include +#include +#include +#include + /** Copy Length bytes from Source to Destination. - @param Destination Target of copy - @param Source Place to copy from + @param DestinationBuffer Target of copy + @param SourceBuffer Place to copy from @param Length Number of bytes to copy @return Destination @@ -48,7 +57,7 @@ InternalMemCopyMem ( Set Buffer to Value for Size bytes. @param Buffer Memory to set. - @param Size Number of bytes to set + @param Length Number of bytes to set @param Value Value of the set operation. @return Buffer @@ -120,7 +129,7 @@ InternalMemSetMem64 ( Set Buffer to 0 for Size bytes. @param Buffer Memory to set. - @param Size Number of bytes to set + @param Length Number of bytes to set @return Buffer