X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FLowBitSet64.c;h=6457ed623ec569b55ca0c68a7f699f6fa02b07a6;hb=59e0bb0cbde3c2228ecf555071490399852c02c9;hp=bef8390d74e8727e0ddcf00703e1936d27c511d6;hpb=e1f414b6a7d8a0424e0e01f655b09a4612b4d0e8;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/LowBitSet64.c b/MdePkg/Library/BaseLib/LowBitSet64.c index bef8390d74..6457ed623e 100644 --- a/MdePkg/Library/BaseLib/LowBitSet64.c +++ b/MdePkg/Library/BaseLib/LowBitSet64.c @@ -12,10 +12,8 @@ **/ -// -// Include common header file for this module. -// -#include "CommonHeader.h" + + #include "BaseLibInternals.h" @@ -28,8 +26,9 @@ @param Operand The 64-bit operand to evaluate. - @return Position of the lowest bit set in Operand if found. - @retval -1 Operand is zero. + @retval 0..63 The lowest bit set in Operand was found. + @retval -1 Operand is zero. + **/ INTN