diff options
author | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-06-21 05:47:31 +0000 |
---|---|---|
committer | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-06-21 05:47:31 +0000 |
commit | 98a1f1e513a828015a68cc10d7428b2d7d128b1b (patch) | |
tree | 21a7bf2be6ee9c660a7db8a75b7d406c2ebe75c0 /MdePkg | |
parent | 31a272ebf435d0108456f9444621dc33162b43be (diff) | |
download | edk2-98a1f1e513a828015a68cc10d7428b2d7d128b1b.zip edk2-98a1f1e513a828015a68cc10d7428b2d7d128b1b.tar.gz edk2-98a1f1e513a828015a68cc10d7428b2d7d128b1b.tar.bz2 |
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')
-rw-r--r-- | MdePkg/Include/Protocol/SmmSwDispatch2.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/MdePkg/Include/Protocol/SmmSwDispatch2.h b/MdePkg/Include/Protocol/SmmSwDispatch2.h index a4c4166..5e7322d 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.
|