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