]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IScsiDxe/IScsiImpl.h
NetworkPkg: fix CloseProtocol & UninstallMultipleProtocolInterfaces calls
[mirror_edk2.git] / NetworkPkg / IScsiDxe / IScsiImpl.h
index 741c49784adee4db83f318cc05b1149b3cfb845c..387ab9765e9e105cc29933b5df9f89a719599835 100644 (file)
@@ -1,14 +1,8 @@
 /** @file\r
   The shared head file for iSCSI driver.\r
 \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
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -39,6 +33,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/IScsiInitiatorName.h>\r
 #include <Protocol/ScsiPassThruExt.h>\r
 #include <Protocol/AdapterInformation.h>\r
+#include <Protocol/NetworkInterfaceIdentifier.h>\r
 \r
 #include <Library/HiiLib.h>\r
 #include <Library/UefiHiiServicesLib.h>\r
@@ -200,7 +195,7 @@ struct _ISCSI_DRIVER_DATA {
   EFI_EXT_SCSI_PASS_THRU_MODE     ExtScsiPassThruMode;\r
   EFI_HANDLE                      ExtScsiPassThruHandle;\r
   EFI_DEVICE_PATH_PROTOCOL        *DevicePath;\r
-  EFI_HANDLE                      ChildHandle;  \r
+  EFI_HANDLE                      ChildHandle;\r
   ISCSI_SESSION                   *Session;\r
 };\r
 \r