TianoCore EDK2 master
Loading...
Searching...
No Matches
TlsAuthConfigHii.h
Go to the documentation of this file.
1
9#ifndef __TLS_AUTH_CONFIG_HII_GUID_H__
10#define __TLS_AUTH_CONFIG_HII_GUID_H__
11
12#define TLS_AUTH_CONFIG_GUID \
13 { \
14 0xb0eae4f8, 0x9a04, 0x4c6d, { 0xa7, 0x48, 0x79, 0x3d, 0xaa, 0xf, 0x65, 0xdf } \
15 }
16
17extern EFI_GUID gTlsAuthConfigGuid;
18
19#endif
Definition: Base.h:213