]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmStandbyButtonDispatch2.h
CommitLineData
acee7e74 1/** @file\r
2 SMM Standby Button Dispatch2 Protocol as defined in PI 1.1 Specification\r
3 Volume 4 System Management Mode Core Interface.\r
4\r
5 This protocol provides the parent dispatch service for the standby button SMI source generator.\r
6\r
9df063a0 7 Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
9344f092 8 SPDX-License-Identifier: BSD-2-Clause-Patent\r
acee7e74 9\r
10 @par Revision Reference:\r
11 This protocol is from PI Version 1.1.\r
12\r
13**/\r
14\r
15#ifndef _SMM_STANDBY_BUTTON_DISPATCH2_H_\r
16#define _SMM_STANDBY_BUTTON_DISPATCH2_H_\r
17\r
2f208e59 18#include <Protocol/MmStandbyButtonDispatch.h>\r
acee7e74 19\r
2f208e59 20#define EFI_SMM_STANDBY_BUTTON_DISPATCH2_PROTOCOL_GUID EFI_MM_STANDBY_BUTTON_DISPATCH_PROTOCOL_GUID\r
acee7e74 21\r
22///\r
23/// The dispatch function's context.\r
24///\r
2f208e59 25typedef EFI_MM_STANDBY_BUTTON_REGISTER_CONTEXT EFI_SMM_STANDBY_BUTTON_REGISTER_CONTEXT;\r
acee7e74 26\r
2f208e59 27typedef EFI_MM_STANDBY_BUTTON_DISPATCH_PROTOCOL EFI_SMM_STANDBY_BUTTON_DISPATCH2_PROTOCOL;\r
acee7e74 28\r
2f208e59 29typedef EFI_MM_STANDBY_BUTTON_REGISTER EFI_SMM_STANDBY_BUTTON_REGISTER2;\r
acee7e74 30\r
2f208e59 31typedef EFI_MM_STANDBY_BUTTON_UNREGISTER EFI_SMM_STANDBY_BUTTON_UNREGISTER2;\r
acee7e74 32\r
33extern EFI_GUID gEfiSmmStandbyButtonDispatch2ProtocolGuid;\r
34\r
35#endif\r
36\r