]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Protocol/LegacySpiSmmController.h
MdePkg/Include/Protocol/Tls.h: pack structures from the TLS RFC
[mirror_edk2.git] / MdePkg / Include / Protocol / LegacySpiSmmController.h
1 /** @file
2 This file defines the Legacy SPI SMM Controler Protocol.
3
4 Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
5 This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD
7 License which accompanies this distribution. The full text of the license may
8 be found at http://opensource.org/licenses/bsd-license.php
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13 @par Revision Reference:
14 This Protocol was introduced in UEFI PI Specification 1.6.
15
16 **/
17
18 #ifndef __LEGACY_SPI_SMM_CONTROLLER_PROTOCOL_H__
19 #define __LEGACY_SPI_SMM_CONTROLLER_PROTOCOL_H__
20
21 #include <Protocol/LegacySpiController.h>
22
23 ///
24 /// Global ID for the Legacy SPI SMM Controller Protocol
25 ///
26 #define EFI_LEGACY_SPI_SMM_CONTROLLER_PROTOCOL_GUID \
27 { 0x62331b78, 0xd8d0, 0x4c8c, \
28 { 0x8c, 0xcb, 0xd2, 0x7d, 0xfe, 0x32, 0xdb, 0x9b }}
29
30 typedef
31 struct _EFI_LEGACY_SPI_CONTROLLER_PROTOCOL
32 EFI_LEGACY_SPI_SMM_CONTROLLER_PROTOCOL;
33
34 extern EFI_GUID gEfiLegacySpiSmmControllerProtocolGuid;
35
36 #endif // __LEGACY_SPI_SMM_CONTROLLER_PROTOCOL_H__