TianoCore EDK2 master
Loading...
Searching...
No Matches
FspmArchConfigPpi.h
Go to the documentation of this file.
1
10#ifndef _FSPM_ARCH_CONFIG_PPI_H_
11#define _FSPM_ARCH_CONFIG_PPI_H_
12
13#define FSPM_ARCH_CONFIG_PPI_REVISION 0x1
14
18#define FSPM_ARCH_CONFIG_GUID \
19 { \
20 0x824d5a3a, 0xaf92, 0x4c0c, { 0x9f, 0x19, 0x19, 0x52, 0x6d, 0xca, 0x4a, 0xbb } \
21 }
22
26typedef struct {
30 UINT8 Revision;
31 UINT8 Reserved[3];
42 UINT8 Reserved1[4];
44
45extern EFI_GUID gFspmArchConfigPpiGuid;
46
47#endif // _FSPM_ARCH_CONFIG_PPI_H_
Definition: Base.h:213