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