VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/SmmSxDispatch2.h

Last change on this file was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 839 bytes
Line 
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 SPDX-License-Identifier: BSD-2-Clause-Patent
9
10**/
11
12#ifndef _SMM_SX_DISPATCH2_H_
13#define _SMM_SX_DISPATCH2_H_
14
15#include <Protocol/MmSxDispatch.h>
16
17#define EFI_SMM_SX_DISPATCH2_PROTOCOL_GUID EFI_MM_SX_DISPATCH_PROTOCOL_GUID
18
19///
20/// The dispatch function's context
21///
22typedef EFI_MM_SX_REGISTER_CONTEXT EFI_SMM_SX_REGISTER_CONTEXT;
23
24typedef EFI_MM_SX_DISPATCH_PROTOCOL EFI_SMM_SX_DISPATCH2_PROTOCOL;
25
26typedef EFI_MM_SX_REGISTER EFI_SMM_SX_REGISTER2;
27
28typedef EFI_MM_SX_UNREGISTER EFI_SMM_SX_UNREGISTER2;
29
30extern EFI_GUID gEfiSmmSxDispatch2ProtocolGuid;
31
32#endif
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette