TianoCore EDK2 master
Loading...
Searching...
No Matches
LegacySpiSmmFlash.h
Go to the documentation of this file.
1
12#ifndef __LEGACY_SPI_SMM_FLASH_PROTOCOL_H__
13#define __LEGACY_SPI_SMM_FLASH_PROTOCOL_H__
14
16
20#define EFI_LEGACY_SPI_SMM_FLASH_PROTOCOL_GUID \
21 { 0x5e3848d4, 0x0db5, 0x4fc0, \
22 { 0x97, 0x29, 0x3f, 0x35, 0x3d, 0x4f, 0x87, 0x9f }}
23
24typedef
27
28extern EFI_GUID gEfiLegacySpiSmmFlashProtocolGuid;
29
30#endif // __SPI_SMM_FLASH_PROTOCOL_H__
Definition: Base.h:213