summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol
diff options
context:
space:
mode:
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>2012-06-21 05:47:31 +0000
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>2012-06-21 05:47:31 +0000
commit98a1f1e513a828015a68cc10d7428b2d7d128b1b (patch)
tree21a7bf2be6ee9c660a7db8a75b7d406c2ebe75c0 /MdePkg/Include/Protocol
parent31a272ebf435d0108456f9444621dc33162b43be (diff)
downloadedk2-platforms-98a1f1e513a828015a68cc10d7428b2d7d128b1b.tar.xz
MdePkg SmmSwDispatch2.h: comment cleanup.
Signed-off-by: Sun Rui <rui.sun@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13463 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol')
-rw-r--r--MdePkg/Include/Protocol/SmmSwDispatch2.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/MdePkg/Include/Protocol/SmmSwDispatch2.h b/MdePkg/Include/Protocol/SmmSwDispatch2.h
index a4c41663c8..5e7322da22 100644
--- a/MdePkg/Include/Protocol/SmmSwDispatch2.h
+++ b/MdePkg/Include/Protocol/SmmSwDispatch2.h
@@ -4,7 +4,7 @@
This protocol provides the parent dispatch service for a given SMI source generator.
- Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>
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
@@ -65,10 +65,6 @@ typedef struct _EFI_SMM_SW_DISPATCH2_PROTOCOL EFI_SMM_SW_DISPATCH2_PROTOCOL;
DispatchHandle contains a unique handle which may be used later to unregister the function
using UnRegister().
- Note that the modifiers for the parameter RegisterContext are IN, OUT, while they are IN, CONST
- in the PI 1.2 errta B spec. This in-consistency is for support for the case where SwSmiInputValue
- is set to -1, a unique value will be returned in the RegisterContext structure.
-
@param[in] This Pointer to the EFI_SMM_SW_DISPATCH2_PROTOCOL instance.
@param[in] DispatchFunction Function to register for handler when the specified software
SMI is generated.