]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/IScsiDxe/IScsiCommon.h
move iscsi driver into network directory, and change its name to comply with name...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiCommon.h
diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiCommon.h b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiCommon.h
new file mode 100644 (file)
index 0000000..3f5e018
--- /dev/null
@@ -0,0 +1,28 @@
+/*++\r
+\r
+Copyright (c) 2004 - 2007, Intel Corporation\r
+All rights reserved. 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
+\r
+Module Name:\r
+\r
+  IScsiCommon.h\r
+\r
+Abstract:\r
+\r
+--*/\r
+\r
+#ifndef _ISCSI_COMMON_H_\r
+#define _ISCSI_COMMON_H_\r
+\r
+typedef struct _ISCSI_SESSION             ISCSI_SESSION;\r
+typedef struct _ISCSI_CONNECTION          ISCSI_CONNECTION;\r
+typedef struct _ISCSI_DRIVER_DATA         ISCSI_DRIVER_DATA;\r
+typedef struct _ISCSI_SESSION_CONFIG_DATA ISCSI_SESSION_CONFIG_DATA;\r
+\r
+#endif\r