]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Protocol/SpiSmmNorFlash.h
MdePkg/Include/Protocol/Tls.h: pack structures from the TLS RFC
[mirror_edk2.git] / MdePkg / Include / Protocol / SpiSmmNorFlash.h
1 /** @file
2 This file defines the SPI SMM NOR 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 __SPI_SMM_NOR_FLASH_PROTOCOL_H__
19 #define __SPI_SMM_NOR_FLASH_PROTOCOL_H__
20
21 #include <Protocol/SpiNorFlash.h>
22
23 ///
24 /// Global ID for the SPI SMM NOR Flash Protocol
25 ///
26 #define EFI_SPI_SMM_NOR_FLASH_PROTOCOL_GUID \
27 { 0xaab18f19, 0xfe14, 0x4666, \
28 { 0x86, 0x04, 0x87, 0xff, 0x6d, 0x66, 0x2c, 0x9a } }
29
30 typedef
31 struct _EFI_SPI_NOR_FLASH_PROTOCOL
32 EFI_SPI_SMM_NOR_FLASH_PROTOCOL;
33
34 extern EFI_GUID gEfiSpiSmmNorFlashProtocolGuid;
35
36 #endif // __SPI_SMM_NOR_FLASH_PROTOCOL_H__