]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/SpiSmmNorFlash.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Protocol / SpiSmmNorFlash.h
CommitLineData
db04b706
MH
1/** @file\r
2 This file defines the SPI SMM NOR Flash Protocol.\r
3\r
4 Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
9344f092 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
db04b706
MH
6\r
7 @par Revision Reference:\r
8 This Protocol was introduced in UEFI PI Specification 1.6.\r
9\r
10**/\r
11\r
12#ifndef __SPI_SMM_NOR_FLASH_PROTOCOL_H__\r
13#define __SPI_SMM_NOR_FLASH_PROTOCOL_H__\r
14\r
15#include <Protocol/SpiNorFlash.h>\r
16\r
17///\r
18/// Global ID for the SPI SMM NOR Flash Protocol\r
19///\r
20#define EFI_SPI_SMM_NOR_FLASH_PROTOCOL_GUID \\r
21 { 0xaab18f19, 0xfe14, 0x4666, \\r
22 { 0x86, 0x04, 0x87, 0xff, 0x6d, 0x66, 0x2c, 0x9a } }\r
23\r
24typedef\r
25struct _EFI_SPI_NOR_FLASH_PROTOCOL\r
26EFI_SPI_SMM_NOR_FLASH_PROTOCOL;\r
27\r
28extern EFI_GUID gEfiSpiSmmNorFlashProtocolGuid;\r
29\r
30#endif // __SPI_SMM_NOR_FLASH_PROTOCOL_H__\r