summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/CapsulePei/Capsule.h
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2016-04-26 09:18:39 +0800
committerStar Zeng <star.zeng@intel.com>2016-06-21 18:50:05 +0800
commited3ff1acb47570ae00a34eb115c59c298cf2d66a (patch)
tree36c95a727d51d62f7b7546629495f23fbe91cd4e /MdeModulePkg/Universal/CapsulePei/Capsule.h
parent5e32460d8050fbc088230183151865c671a4e2df (diff)
downloadedk2-ed3ff1acb47570ae00a34eb115c59c298cf2d66a.zip
edk2-ed3ff1acb47570ae00a34eb115c59c298cf2d66a.tar.gz
edk2-ed3ff1acb47570ae00a34eb115c59c298cf2d66a.tar.bz2
MdeModulePkg CapsulePei: Fix some typos
Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/CapsulePei/Capsule.h')
-rw-r--r--MdeModulePkg/Universal/CapsulePei/Capsule.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/MdeModulePkg/Universal/CapsulePei/Capsule.h b/MdeModulePkg/Universal/CapsulePei/Capsule.h
index 68d8e42..411dffa 100644
--- a/MdeModulePkg/Universal/CapsulePei/Capsule.h
+++ b/MdeModulePkg/Universal/CapsulePei/Capsule.h
@@ -1,6 +1,6 @@
/** @file
-Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions
@@ -119,10 +119,8 @@ typedef union {
typedef
EFI_STATUS
(*COALESCE_ENTRY) (
- IN EFI_PEI_SERVICES **PeiServices,
- IN EFI_CAPSULE_BLOCK_DESCRIPTOR *BlockList,
- IN OUT VOID **MemoryBase,
- IN OUT UINTN *MemorySize
+ SWITCH_32_TO_64_CONTEXT *EntrypointContext,
+ SWITCH_64_TO_32_CONTEXT *ReturnContext
);
#endif