diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-20 14:22:22 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-20 14:22:22 +0000 |
commit | d27e363bc35c5d2ad71609fb478cd1e613268c8e (patch) | |
tree | 5cb73b5b3ed65eaa07c036ee4e5d782eca48d59f | |
parent | 6c448d5b6f9af39fd3601d08d3caee8fd74a3440 (diff) | |
download | edk2-platforms-d27e363bc35c5d2ad71609fb478cd1e613268c8e.tar.xz |
Fix ECC issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6151 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/Library/UefiRuntimeLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/UefiRuntimeLib.h b/MdePkg/Include/Library/UefiRuntimeLib.h index 396dc781d0..af3aaf40ce 100644 --- a/MdePkg/Include/Library/UefiRuntimeLib.h +++ b/MdePkg/Include/Library/UefiRuntimeLib.h @@ -333,7 +333,7 @@ EFIAPI EfiUpdateCapsule (
IN EFI_CAPSULE_HEADER **CapsuleHeaderArray,
IN UINTN CapsuleCount,
- IN EFI_PHYSICAL_ADDRESS ScatterGatherList
+ IN EFI_PHYSICAL_ADDRESS ScatterGatherList OPTIONAL
);
|