summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/UefiRuntimeLib.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-20 14:22:22 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-20 14:22:22 +0000
commitd27e363bc35c5d2ad71609fb478cd1e613268c8e (patch)
tree5cb73b5b3ed65eaa07c036ee4e5d782eca48d59f /MdePkg/Include/Library/UefiRuntimeLib.h
parent6c448d5b6f9af39fd3601d08d3caee8fd74a3440 (diff)
downloadedk2-d27e363bc35c5d2ad71609fb478cd1e613268c8e.tar.gz
edk2-d27e363bc35c5d2ad71609fb478cd1e613268c8e.tar.bz2
edk2-d27e363bc35c5d2ad71609fb478cd1e613268c8e.zip
Fix ECC issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6151 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/UefiRuntimeLib.h')
-rw-r--r--MdePkg/Include/Library/UefiRuntimeLib.h2
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
);