X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FSmmSxDispatch2.h;h=37effda44d7304ab0f370688efea6a380fe9e828;hb=790f3b7521456c0f46a4c9d109c5f386eeb50e66;hp=187a2ff8d8b5a3a7b7bb83fe3c148e87dd8e7813;hpb=76ab2dc37d8bdd7bfc441083dded3f154187c04a;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/SmmSxDispatch2.h b/MdePkg/Include/Protocol/SmmSxDispatch2.h index 187a2ff8d8..37effda44d 100644 --- a/MdePkg/Include/Protocol/SmmSxDispatch2.h +++ b/MdePkg/Include/Protocol/SmmSxDispatch2.h @@ -4,8 +4,8 @@ Provides the parent dispatch service for a given Sx-state source generator. - 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 @@ -93,7 +93,7 @@ typedef struct _EFI_SMM_SX_DISPATCH2_PROTOCOL EFI_SMM_SX_DISPATCH2_PROTOCOL; **/ typedef EFI_STATUS -(EFIAPI *EFI_SMM_SX_REGISTER)( +(EFIAPI *EFI_SMM_SX_REGISTER2)( IN CONST EFI_SMM_SX_DISPATCH2_PROTOCOL *This, IN EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction, IN CONST EFI_SMM_SX_REGISTER_CONTEXT *RegisterContext, @@ -114,7 +114,7 @@ EFI_STATUS **/ typedef EFI_STATUS -(EFIAPI *EFI_SMM_SX_UNREGISTER)( +(EFIAPI *EFI_SMM_SX_UNREGISTER2)( IN CONST EFI_SMM_SX_DISPATCH2_PROTOCOL *This, IN EFI_HANDLE DispatchHandle ); @@ -126,8 +126,8 @@ EFI_STATUS /// respond to sleep state related events. /// struct _EFI_SMM_SX_DISPATCH2_PROTOCOL { - EFI_SMM_SX_REGISTER Register; - EFI_SMM_SX_UNREGISTER UnRegister; + EFI_SMM_SX_REGISTER2 Register; + EFI_SMM_SX_UNREGISTER2 UnRegister; }; extern EFI_GUID gEfiSmmSxDispatch2ProtocolGuid;