]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/Include/Guid/HttpBootConfigHii.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / NetworkPkg / Include / Guid / HttpBootConfigHii.h
1 /** @file
2 GUIDs used as HII FormSet and HII Package list GUID in HTTP boot driver.
3
4 Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
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
17 extern EFI_GUID gHttpBootConfigGuid;
18
19 #endif