X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FDivU64x64Remainder.c;h=a6f0d7b8c0912b7725c8648178d0b58d3dc941be;hb=a1487801142ea23a2aed51f5e2875b8391787dc9;hp=0caa5295aa5d2a06629de350a9ba773e64e2031e;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/DivU64x64Remainder.c b/MdePkg/Library/BaseLib/DivU64x64Remainder.c index 0caa5295aa..a6f0d7b8c0 100644 --- a/MdePkg/Library/BaseLib/DivU64x64Remainder.c +++ b/MdePkg/Library/BaseLib/DivU64x64Remainder.c @@ -1,7 +1,7 @@ /** @file Math worker functions. - Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -12,6 +12,9 @@ **/ + + + #include "BaseLibInternals.h" /** @@ -38,7 +41,7 @@ EFIAPI DivU64x64Remainder ( IN UINT64 Dividend, IN UINT64 Divisor, - OUT UINT64 *Remainder + OUT UINT64 *Remainder OPTIONAL ) { ASSERT (Divisor != 0);