X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FBaseLibInternals.h;h=04f622b79ae11b6b031677aed6b0aaa8874a994a;hp=51f3c96cb8349ac8e2c95db03f323db8d7d0a096;hb=38bbd3d91c38481d18c1a7e2049473c951ee98ed;hpb=d74eeda8a7ed223d49e59378f33b2bcfb1bb73b1 diff --git a/MdePkg/Library/BaseLib/BaseLibInternals.h b/MdePkg/Library/BaseLib/BaseLibInternals.h index 51f3c96cb8..04f622b79a 100644 --- a/MdePkg/Library/BaseLib/BaseLibInternals.h +++ b/MdePkg/Library/BaseLib/BaseLibInternals.h @@ -311,6 +311,7 @@ InternalMathDivRemU64x64 ( **/ INT64 +EFIAPI InternalMathDivRemS64x64 ( IN INT64 Dividend, IN INT64 Divisor, @@ -374,6 +375,7 @@ InternalSwitchStack ( **/ BOOLEAN +EFIAPI IsNodeInList ( IN CONST LIST_ENTRY *List, IN CONST LIST_ENTRY *Node @@ -484,6 +486,7 @@ InternalSyncCompareExchange64 ( **/ unsigned int +EFIAPI BitFieldReadUint ( IN unsigned int Operand, IN UINTN StartBit, @@ -508,6 +511,7 @@ BitFieldReadUint ( **/ unsigned int +EFIAPI BitFieldOrUint ( IN unsigned int Operand, IN UINTN StartBit, @@ -533,6 +537,7 @@ BitFieldOrUint ( **/ unsigned int +EFIAPI BitFieldAndUint ( IN unsigned int Operand, IN UINTN StartBit, @@ -553,6 +558,7 @@ BitFieldAndUint ( **/ VOID +EFIAPI InternalAssertJumpBuffer ( IN BASE_LIBRARY_JUMP_BUFFER *JumpBuffer );