]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Include/Protocol/PlatformSmmSpiReady.h
QuarkPlatformPkg: Add ForceRecovery UEFI application
[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
6This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14\r
15**/\r
16\r
17#ifndef _PLATFORM_SPI_READY_H_\r
18#define _PLATFORM_SPI_READY_H_\r
19\r
20// {7A5DBC75-5B2B-4e67-BDE1-D48EEE761562}\r
21#define EFI_SMM_SPI_READY_PROTOCOL_GUID \\r
22 { 0x7a5dbc75, 0x5b2b, 0x4e67, 0xbd, 0xe1, 0xd4, 0x8e, 0xee, 0x76, 0x15, 0x62 }\r
23\r
24//\r
25// Extern the GUID for protocol users.\r
26//\r
27extern EFI_GUID gEfiSmmSpiReadyProtocolGuid;\r
28\r
29#endif\r