]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Protocol/SpiSmmHc.h
MdePkg/Include/Protocol/Tls.h: pack structures from the TLS RFC
[mirror_edk2.git] / MdePkg / Include / Protocol / SpiSmmHc.h
1 /** @file
2 This file defines the SPI SMM Host Controller 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 __SPI_SMM_HC_H__
19 #define __SPI_SMM_HC_H__
20
21 #include <Protocol/SpiHc.h>
22
23 ///
24 /// Global ID for the SPI SMM Host Controller Protocol
25 ///
26 #define EFI_SPI_SMM_HC_PROTOCOL_GUID \
27 { 0xe9f02217, 0x2093, 0x4470, \
28 { 0x8a, 0x54, 0x5c, 0x2c, 0xff, 0xe7, 0x3e, 0xcb }}
29
30 typedef
31 struct _EFI_SPI_HC_PROTOCOL
32 EFI_SPI_SMM_HC_PROTOCOL;
33
34 extern EFI_GUID gEfiSpiSmmHcProtocolGuid;
35
36 #endif // __SPI_SMM_HC_H__