202033 make .h more clear, seperate ComponentName.h IScsiInitiatorName.h from IScsiDriver.h

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7043 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ywu21
2008-12-16 08:10:07 +00:00
parent 5af5b3fd84
commit b263ee1718
5 changed files with 243 additions and 151 deletions

View File

@@ -22,6 +22,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/UefiRuntimeServicesTableLib.h>
#include "IScsiCommon.h"
#include "IScsiDriver.h"
#include "IscsiInitiatorName.h"
#include "ComponentName.h"
#include "IScsiConfigNVDataStruc.h"
#include "IScsiExtScsiPassThru.h"
#include "IScsiProto.h"
@@ -33,7 +35,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include "IScsiIbft.h"
#define ISCSI_SESSION_SIGNATURE EFI_SIGNATURE_32 ('I', 'S', 'S', 'N')
struct _ISCSI_SESSION {