]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/iScsi/IScsiCommon.h
2d0991cfa2a5b55f80eec916f7747934da41e6d8
[mirror_edk2.git] / MdeModulePkg / Universal / iScsi / IScsiCommon.h
1 /*++
2
3 Copyright (c) 2007 Intel Corporation. All rights reserved
4 This software and associated documentation (if any) is furnished
5 under a license and may only be used or copied in accordance
6 with the terms of the license. Except as permitted by such
7 license, no part of this software or documentation may be
8 reproduced, stored in a retrieval system, or transmitted in any
9 form or by any means without the express written consent of
10 Intel Corporation.
11
12 Module Name:
13
14 IScsiCommon.h
15
16 Abstract:
17
18 --*/
19
20 #ifndef _ISCSI_COMMON_H_
21 #define _ISCSI_COMMON_H_
22
23 typedef struct _ISCSI_SESSION ISCSI_SESSION;
24 typedef struct _ISCSI_CONNECTION ISCSI_CONNECTION;
25 typedef struct _ISCSI_DRIVER_DATA ISCSI_DRIVER_DATA;
26 typedef struct _ISCSI_SESSION_CONFIG_DATA ISCSI_SESSION_CONFIG_DATA;
27
28 #endif