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