TianoCore EDK2 master
Loading...
Searching...
No Matches
HttpBootConfigHii.h
Go to the documentation of this file.
1
9#ifndef __HTTP_BOOT_HII_GUID_H__
10#define __HTTP_BOOT_HII_GUID_H__
11
12#define HTTP_BOOT_CONFIG_GUID \
13 { \
14 0x4d20583a, 0x7765, 0x4e7a, { 0x8a, 0x67, 0xdc, 0xde, 0x74, 0xee, 0x3e, 0xc5 } \
15 }
16
17extern EFI_GUID gHttpBootConfigGuid;
18
19#endif
Definition: Base.h:213