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