TianoCore EDK2 master
Loading...
Searching...
No Matches
SpiSmmNorFlash.h
Go to the documentation of this file.
1
12#ifndef __SPI_SMM_NOR_FLASH_PROTOCOL_H__
13#define __SPI_SMM_NOR_FLASH_PROTOCOL_H__
14
16
20#define EFI_SPI_SMM_NOR_FLASH_PROTOCOL_GUID \
21 { 0xaab18f19, 0xfe14, 0x4666, \
22 { 0x86, 0x04, 0x87, 0xff, 0x6d, 0x66, 0x2c, 0x9a } }
23
24typedef
27
28extern EFI_GUID gEfiSpiSmmNorFlashProtocolGuid;
29
30#endif // __SPI_SMM_NOR_FLASH_PROTOCOL_H__
Definition: Base.h:213