From 98a1f1e513a828015a68cc10d7428b2d7d128b1b Mon Sep 17 00:00:00 2001 From: rsun3 Date: Thu, 21 Jun 2012 05:47:31 +0000 Subject: [PATCH] MdePkg SmmSwDispatch2.h: comment cleanup. Signed-off-by: Sun Rui Reviewed-by: Liming Gao git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13463 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/SmmSwDispatch2.h | 6 +----- 1 file changed, 1 insertion(+), 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.
+ Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.
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. -- 2.39.2