]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Include/Protocol/PlatformSmmSpiReady.h
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkPlatformPkg / Include / Protocol / PlatformSmmSpiReady.h
1 /** @file
2 This protocol indicates that the platform SPI interface is ready for use.
3
4 Copyright (c) 2013-2015 Intel Corporation.
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8
9 **/
10
11 #ifndef _PLATFORM_SPI_READY_H_
12 #define _PLATFORM_SPI_READY_H_
13
14 // {7A5DBC75-5B2B-4e67-BDE1-D48EEE761562}
15 #define EFI_SMM_SPI_READY_PROTOCOL_GUID \
16 { 0x7a5dbc75, 0x5b2b, 0x4e67, 0xbd, 0xe1, 0xd4, 0x8e, 0xee, 0x76, 0x15, 0x62 }
17
18 //
19 // Extern the GUID for protocol users.
20 //
21 extern EFI_GUID gEfiSmmSpiReadyProtocolGuid;
22
23 #endif