]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/SpiSmmHc.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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
9344f092 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
db04b706
MH
6\r
7 @par Revision Reference:\r
8 This Protocol was introduced in UEFI PI Specification 1.6.\r
9\r
10**/\r
11\r
12#ifndef __SPI_SMM_HC_H__\r
13#define __SPI_SMM_HC_H__\r
14\r
15#include <Protocol/SpiHc.h>\r
16\r
17///\r
18/// Global ID for the SPI SMM Host Controller Protocol\r
19///\r
20#define EFI_SPI_SMM_HC_PROTOCOL_GUID \\r
21 { 0xe9f02217, 0x2093, 0x4470, \\r
22 { 0x8a, 0x54, 0x5c, 0x2c, 0xff, 0xe7, 0x3e, 0xcb }}\r
23\r
24typedef\r
2f88bd3a 25 struct _EFI_SPI_HC_PROTOCOL\r
db04b706
MH
26EFI_SPI_SMM_HC_PROTOCOL;\r
27\r
2f88bd3a 28extern EFI_GUID gEfiSpiSmmHcProtocolGuid;\r
db04b706
MH
29\r
30#endif // __SPI_SMM_HC_H__\r