]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Protocol/SpiSmmConfiguration.h
MdePkg: Add definitions for the SPI protocols introduced in PI 1.6.
[mirror_edk2.git] / MdePkg / Include / Protocol / SpiSmmConfiguration.h
1 /** @file
2 This file defines the SPI SMM Configuration 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_CONFIGURATION_PROTOCOL_H__
19 #define __SPI_SMM_CONFIGURATION_PROTOCOL_H__
20
21 #include <Protocol/SpiConfiguration.h>
22
23 ///
24 /// Global ID for the SPI SMM Configuration Protocol
25 ///
26 #define EFI_SPI_SMM_CONFIGURATION_PROTOCOL_GUID \
27 { 0x995c6eca, 0x171b, 0x45fd, \
28 { 0xa3, 0xaa, 0xfd, 0x4c, 0x9c, 0x9d, 0xef, 0x59 }}
29
30 typedef
31 struct _EFI_SPI_CONFIGURATION_PROTOCOL
32 EFI_SPI_SMM_CONFIGURATION_PROTOCOL;
33
34 extern EFI_GUID gEfiSpiSmmConfigurationProtocolGuid;
35
36 #endif // __SPI_SMM_CONFIGURATION_H__