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
This commit is contained in:
rsun3 2012-06-21 05:47:31 +00:00
parent 31a272ebf4
commit 98a1f1e513
1 changed files with 1 additions and 5 deletions

View File

@ -4,7 +4,7 @@
This protocol provides the parent dispatch service for a given SMI source generator. 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 This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License 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 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 DispatchHandle contains a unique handle which may be used later to unregister the function
using UnRegister(). 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] This Pointer to the EFI_SMM_SW_DISPATCH2_PROTOCOL instance.
@param[in] DispatchFunction Function to register for handler when the specified software @param[in] DispatchFunction Function to register for handler when the specified software
SMI is generated. SMI is generated.