]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/IScsiDxe/IScsiImpl.h
Fix a bug. iSCSI driver doesn’t follow driver model Start()/Stop() in case no configu...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiImpl.h
index ddcdb50cf5573bff37372b89c38aae8ba95b27a5..8c761f882c65f511b1a587ad12c85a431541ee9f 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   The header file of IScsiImpl.c.\r
 \r
-Copyright (c) 2004 - 2008, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2004 - 2010, 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
@@ -24,6 +24,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/UefiRuntimeServicesTableLib.h>\r
 \r
 #include <Guid/EventGroup.h>\r
+#include <Guid/Acpi.h>\r
 \r
 #include "IScsiCommon.h"\r
 #include "IScsiDriver.h"\r
@@ -152,7 +153,7 @@ struct _ISCSI_DRIVER_DATA {
   EFI_HANDLE                      Image;\r
   EFI_HANDLE                      Controller;\r
   ISCSI_PRIVATE_PROTOCOL          IScsiIdentifier;\r
-\r
+  EFI_HANDLE                      ChildHandle;\r
   EFI_EVENT                       ExitBootServiceEvent;\r
 \r
   EFI_EXT_SCSI_PASS_THRU_PROTOCOL IScsiExtScsiPassThru;\r