TianoCore EDK2 master
Loading...
Searching...
No Matches
TcgConfigHii.h
Go to the documentation of this file.
1
9#ifndef __TCG_CONFIG_HII_GUID_H__
10#define __TCG_CONFIG_HII_GUID_H__
11
12#define TCG_CONFIG_FORM_SET_GUID \
13 { \
14 0xb0f901e4, 0xc424, 0x45de, {0x90, 0x81, 0x95, 0xe2, 0xb, 0xde, 0x6f, 0xb5 } \
15 }
16
17extern EFI_GUID gTcgConfigFormSetGuid;
18
19#endif
Definition: Base.h:213