TianoCore EDK2 master
Loading...
Searching...
No Matches
VlanConfigHii.h
Go to the documentation of this file.
1
9#ifndef __VLAN_CONFIG_HII_GUID_H__
10#define __VLAN_CONFIG_HII_GUID_H__
11
12#define VLAN_CONFIG_FORM_SET_GUID \
13 { \
14 0xd79df6b0, 0xef44, 0x43bd, {0x97, 0x97, 0x43, 0xe9, 0x3b, 0xcf, 0x5f, 0xa8 } \
15 }
16
17extern EFI_GUID gVlanConfigFormSetGuid;
18
19#endif
Definition: Base.h:213