]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/SpiSmmNorFlash.h
MdePkg FirmwareManagement.h: Fix typo EFI_SECURITY_VIOLATIO
[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
5 This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD\r
7 License which accompanies this distribution. The full text of the license may\r
8 be found at http://opensource.org/licenses/bsd-license.php\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13 @par Revision Reference:\r
14 This Protocol was introduced in UEFI PI Specification 1.6.\r
15\r
16**/\r
17\r
18#ifndef __SPI_SMM_NOR_FLASH_PROTOCOL_H__\r
19#define __SPI_SMM_NOR_FLASH_PROTOCOL_H__\r
20\r
21#include <Protocol/SpiNorFlash.h>\r
22\r
23///\r
24/// Global ID for the SPI SMM NOR Flash Protocol\r
25///\r
26#define EFI_SPI_SMM_NOR_FLASH_PROTOCOL_GUID \\r
27 { 0xaab18f19, 0xfe14, 0x4666, \\r
28 { 0x86, 0x04, 0x87, 0xff, 0x6d, 0x66, 0x2c, 0x9a } }\r
29\r
30typedef\r
31struct _EFI_SPI_NOR_FLASH_PROTOCOL\r
32EFI_SPI_SMM_NOR_FLASH_PROTOCOL;\r
33\r
34extern EFI_GUID gEfiSpiSmmNorFlashProtocolGuid;\r
35\r
36#endif // __SPI_SMM_NOR_FLASH_PROTOCOL_H__\r