]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Protocol/LegacySpiSmmFlash.h
MdePkg/Include/Protocol/Tls.h: pack structures from the TLS RFC
[mirror_edk2.git] / MdePkg / Include / Protocol / LegacySpiSmmFlash.h
1 /** @file
2 This file defines the Legacy SPI SMM Flash Protocol.
3
4 Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
5 This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD
7 License which accompanies this distribution. The full text of the license may
8 be found at http://opensource.org/licenses/bsd-license.php
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13 @par Revision Reference:
14 This Protocol was introduced in UEFI PI Specification 1.6.
15
16 **/
17
18 #ifndef __LEGACY_SPI_SMM_FLASH_PROTOCOL_H__
19 #define __LEGACY_SPI_SMM_FLASH_PROTOCOL_H__
20
21 #include <Protocol/LegacySpiFlash.h>
22
23 ///
24 /// Global ID for the Legacy SPI SMM Flash Protocol
25 ///
26 #define EFI_LEGACY_SPI_SMM_FLASH_PROTOCOL_GUID \
27 { 0x5e3848d4, 0x0db5, 0x4fc0, \
28 { 0x97, 0x29, 0x3f, 0x35, 0x3d, 0x4f, 0x87, 0x9f }}
29
30 typedef
31 struct _EFI_LEGACY_SPI_FLASH_PROTOCOL
32 EFI_LEGACY_SPI_SMM_FLASH_PROTOCOL;
33
34 extern EFI_GUID gEfiLegacySpiSmmFlashProtocolGuid;
35
36 #endif // __SPI_SMM_FLASH_PROTOCOL_H__