]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Protocol/SmmSxDispatch2.h
MdePkg: Reference new definitions for Management Mode.
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmSxDispatch2.h
1 /** @file
2 SMM Sx Dispatch Protocol as defined in PI 1.2 Specification
3 Volume 4 System Management Mode Core Interface.
4
5 Provides the parent dispatch service for a given Sx-state source generator.
6
7 Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>
8 This program and the accompanying materials
9 are licensed and made available under the terms and conditions of the BSD License
10 which accompanies this distribution. The full text of the license may be found at
11 http://opensource.org/licenses/bsd-license.php
12
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15
16 **/
17
18 #ifndef _SMM_SX_DISPATCH2_H_
19 #define _SMM_SX_DISPATCH2_H_
20
21 #include <Protocol/MmSxDispatch.h>
22
23 #define EFI_SMM_SX_DISPATCH2_PROTOCOL_GUID EFI_MM_SX_DISPATCH_PROTOCOL_GUID
24
25 ///
26 /// The dispatch function's context
27 ///
28 typedef EFI_MM_SX_REGISTER_CONTEXT EFI_SMM_SX_REGISTER_CONTEXT;
29
30 typedef EFI_MM_SX_DISPATCH_PROTOCOL EFI_SMM_SX_DISPATCH2_PROTOCOL;
31
32 typedef EFI_MM_SX_REGISTER EFI_SMM_SX_REGISTER2;
33
34 typedef EFI_MM_SX_UNREGISTER EFI_SMM_SX_UNREGISTER2;
35
36 extern EFI_GUID gEfiSmmSxDispatch2ProtocolGuid;
37
38 #endif