X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FSmmGpiDispatch2.h;h=bc06b133ddf1e252c777e929fae576f40c508191;hb=e01a125f15bd9354c0e8a59785880e308c0cfc63;hp=338e1b2a1cfe3a0b318e1c913ff05799db473fc9;hpb=b6e51fd53e9b5522aed397fcddb64f7b8d228253;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/SmmGpiDispatch2.h b/MdePkg/Include/Protocol/SmmGpiDispatch2.h index 338e1b2a1c..bc06b133dd 100644 --- a/MdePkg/Include/Protocol/SmmGpiDispatch2.h +++ b/MdePkg/Include/Protocol/SmmGpiDispatch2.h @@ -9,8 +9,8 @@ given event types. Several inputs can be enabled. This purpose of this interface is to generate an SMI in response to any of these inputs having a true value provided. - Copyright (c) 2009, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2009 - 2010, 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 http://opensource.org/licenses/bsd-license.php @@ -77,7 +77,7 @@ typedef struct _EFI_SMM_GPI_DISPATCH2_PROTOCOL EFI_SMM_GPI_DISPATCH2_PROTOCOL; **/ typedef EFI_STATUS -(EFIAPI *EFI_SMM_GPI_REGISTER)( +(EFIAPI *EFI_SMM_GPI_REGISTER2)( IN CONST EFI_SMM_GPI_DISPATCH2_PROTOCOL *This, IN EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction, IN CONST EFI_SMM_GPI_REGISTER_CONTEXT *RegisterContext, @@ -98,7 +98,7 @@ EFI_STATUS **/ typedef EFI_STATUS -(EFIAPI *EFI_SMM_GPI_UNREGISTER)( +(EFIAPI *EFI_SMM_GPI_UNREGISTER2)( IN CONST EFI_SMM_GPI_DISPATCH2_PROTOCOL *This, IN EFI_HANDLE DispatchHandle ); @@ -110,8 +110,8 @@ EFI_STATUS /// for the General Purpose Input (GPI) SMI source generator. /// struct _EFI_SMM_GPI_DISPATCH2_PROTOCOL { - EFI_SMM_GPI_REGISTER Register; - EFI_SMM_GPI_UNREGISTER UnRegister; + EFI_SMM_GPI_REGISTER2 Register; + EFI_SMM_GPI_UNREGISTER2 UnRegister; /// /// Denotes the maximum value of inputs that can have handlers attached. ///