diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-01-22 08:07:35 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-01-22 08:07:35 +0000 |
commit | 7a444476b4ffb405006ee36d0f2cec80c2d4b348 (patch) | |
tree | cb8c0bb40870c5ea06b2cba5d44049eaa43b949e /MdeModulePkg/Universal/iScsi/IScsiCommon.h | |
parent | 08a4be3b4541adcf8e230c31e5e409448c606a5c (diff) | |
download | edk2-platforms-7a444476b4ffb405006ee36d0f2cec80c2d4b348.tar.xz |
move iscsi driver into network directory, and change its name to comply with name convention.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4612 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/iScsi/IScsiCommon.h')
-rw-r--r-- | MdeModulePkg/Universal/iScsi/IScsiCommon.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/MdeModulePkg/Universal/iScsi/IScsiCommon.h b/MdeModulePkg/Universal/iScsi/IScsiCommon.h deleted file mode 100644 index 2d0991cfa2..0000000000 --- a/MdeModulePkg/Universal/iScsi/IScsiCommon.h +++ /dev/null @@ -1,28 +0,0 @@ -/*++
-
-Copyright (c) 2007 Intel Corporation. All rights reserved
-This software and associated documentation (if any) is furnished
-under a license and may only be used or copied in accordance
-with the terms of the license. Except as permitted by such
-license, no part of this software or documentation may be
-reproduced, stored in a retrieval system, or transmitted in any
-form or by any means without the express written consent of
-Intel Corporation.
-
-Module Name:
-
- IScsiCommon.h
-
-Abstract:
-
---*/
-
-#ifndef _ISCSI_COMMON_H_
-#define _ISCSI_COMMON_H_
-
-typedef struct _ISCSI_SESSION ISCSI_SESSION;
-typedef struct _ISCSI_CONNECTION ISCSI_CONNECTION;
-typedef struct _ISCSI_DRIVER_DATA ISCSI_DRIVER_DATA;
-typedef struct _ISCSI_SESSION_CONFIG_DATA ISCSI_SESSION_CONFIG_DATA;
-
-#endif
|