]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Protocol/LegacySpiSmmController.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Protocol / LegacySpiSmmController.h
1 /** @file
2 This file defines the Legacy SPI SMM Controler Protocol.
3
4 Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 @par Revision Reference:
8 This Protocol was introduced in UEFI PI Specification 1.6.
9
10 **/
11
12 #ifndef __LEGACY_SPI_SMM_CONTROLLER_PROTOCOL_H__
13 #define __LEGACY_SPI_SMM_CONTROLLER_PROTOCOL_H__
14
15 #include <Protocol/LegacySpiController.h>
16
17 ///
18 /// Global ID for the Legacy SPI SMM Controller Protocol
19 ///
20 #define EFI_LEGACY_SPI_SMM_CONTROLLER_PROTOCOL_GUID \
21 { 0x62331b78, 0xd8d0, 0x4c8c, \
22 { 0x8c, 0xcb, 0xd2, 0x7d, 0xfe, 0x32, 0xdb, 0x9b }}
23
24 typedef
25 struct _EFI_LEGACY_SPI_CONTROLLER_PROTOCOL
26 EFI_LEGACY_SPI_SMM_CONTROLLER_PROTOCOL;
27
28 extern EFI_GUID gEfiLegacySpiSmmControllerProtocolGuid;
29
30 #endif // __LEGACY_SPI_SMM_CONTROLLER_PROTOCOL_H__