]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/IScsiDxe/IScsiCommon.h
[Description]
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiCommon.h
CommitLineData
12618416 1/** @file\r
2 The common header file of Iscsi\r
7a444476 3\r
12618416 4Copyright (c) 2004 - 2008, Intel Corporation\r
7a444476 5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13Module Name:\r
14\r
15 IScsiCommon.h\r
16\r
17Abstract:\r
18\r
12618416 19 The common header file of Iscsi\r
20\r
21**/\r
7a444476 22\r
23#ifndef _ISCSI_COMMON_H_\r
24#define _ISCSI_COMMON_H_\r
25\r
26typedef struct _ISCSI_SESSION ISCSI_SESSION;\r
27typedef struct _ISCSI_CONNECTION ISCSI_CONNECTION;\r
28typedef struct _ISCSI_DRIVER_DATA ISCSI_DRIVER_DATA;\r
29typedef struct _ISCSI_SESSION_CONFIG_DATA ISCSI_SESSION_CONFIG_DATA;\r
30\r
31#endif\r