TianoCore EDK2 master
Loading...
Searching...
No Matches
SpiSmmHc.h
Go to the documentation of this file.
1
12#ifndef __SPI_SMM_HC_H__
13#define __SPI_SMM_HC_H__
14
15#include <Protocol/SpiHc.h>
16
20#define EFI_SPI_SMM_HC_PROTOCOL_GUID \
21 { 0xe9f02217, 0x2093, 0x4470, \
22 { 0x8a, 0x54, 0x5c, 0x2c, 0xff, 0xe7, 0x3e, 0xcb }}
23
24typedef
27
28extern EFI_GUID gEfiSpiSmmHcProtocolGuid;
29
30#endif // __SPI_SMM_HC_H__
Definition: Base.h:213