]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IScsiDxe/IScsiImpl.h
NetworkPkg: Add dns support for target URL configuration in ISCSI.
[mirror_edk2.git] / NetworkPkg / IScsiDxe / IScsiImpl.h
index af468719c53d6cab29b9cb81985519fd438b79c8..741c49784adee4db83f318cc05b1149b3cfb845c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The shared head file for iSCSI driver.\r
 \r
-Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -28,8 +28,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/Ip6.h>\r
 #include <Protocol/Dhcp4.h>\r
 #include <Protocol/Dhcp6.h>\r
+#include <Protocol/Dns4.h>\r
+#include <Protocol/Dns6.h>\r
 #include <Protocol/Tcp4.h>\r
 #include <Protocol/Tcp6.h>\r
+#include <Protocol/Ip4Config2.h>\r
+#include <Protocol/Ip6Config.h>\r
 \r
 #include <Protocol/AuthenticationInfo.h>\r
 #include <Protocol/IScsiInitiatorName.h>\r
@@ -62,8 +66,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include "IScsiCHAP.h"\r
 #include "IScsiDhcp.h"\r
 #include "IScsiDhcp6.h"\r
+\r
 #include "IScsiIbft.h"\r
 #include "IScsiMisc.h"\r
+#include "IScsiDns.h"\r
 #include "IScsiConfig.h"\r
 \r
 #define ISCSI_AUTH_INITIAL        0\r