]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Include/Guid/Ip6ConfigHii.h
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / Include / Guid / Ip6ConfigHii.h
CommitLineData
9bdc6592 1/** @file\r
f75a7f56
LG
2 GUIDs used as HII FormSet and HII Package list GUID in Ip6Config driver.\r
3\r
4Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials are licensed and made available under\r
6the terms and conditions of the BSD License that accompanies this distribution.\r
9bdc6592 7The full text of the license may be found at\r
f75a7f56 8http://opensource.org/licenses/bsd-license.php.\r
9bdc6592 9\r
f75a7f56 10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
9bdc6592
LG
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __IP6_CONFIG_HII_GUID_H__\r
16#define __IP6_CONFIG_HII_GUID_H__\r
17\r
18#define IP6_CONFIG_NVDATA_GUID \\r
19 { \\r
20 0x2eea107, 0x98db, 0x400e, { 0x98, 0x30, 0x46, 0xa, 0x15, 0x42, 0xd7, 0x99 } \\r
21 }\r
22\r
23extern EFI_GUID gIp6ConfigNvDataGuid;\r
24\r
25#endif\r