]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - NetworkPkg/Include/Guid/IScsiConfigHii.h
NetworkPkg: Convert files to CRLF line ending
[mirror_edk2.git] / NetworkPkg / Include / Guid / IScsiConfigHii.h
... / ...
CommitLineData
1/** @file\r
2 GUIDs used as HII FormSet and HII Package list GUID in IScsiConfig driver \r
3 that supports IP4 and IP6 both. \r
4 \r
5Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
6This program and the accompanying materials are licensed and made available under \r
7the terms and conditions of the BSD License that accompanies this distribution. \r
8The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php. \r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#ifndef __ISCSI_CONFIG_HII_GUID_H__\r
17#define __ISCSI_CONFIG_HII_GUID_H__\r
18\r
19#define ISCSI_CONFIG_GUID \\r
20 { \\r
21 0x4b47d616, 0xa8d6, 0x4552, { 0x9d, 0x44, 0xcc, 0xad, 0x2e, 0xf, 0x4c, 0xf9 } \\r
22 }\r
23\r
24extern EFI_GUID gIScsiConfigGuid;\r
25\r
26#endif\r