update file header

update the order of #include "IScsiMisc.h" and #include "IScsiConfig.h" due to one update in IScsiCommon.h

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6958 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ywu21 2008-12-10 03:32:55 +00:00
parent 070a76b193
commit fa6fb82a0b

View File

@ -1,5 +1,5 @@
/** @file /** @file
The header file of IScsiImpl.c The header file of IScsiImpl.c.
Copyright (c) 2004 - 2008, Intel Corporation Copyright (c) 2004 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -10,13 +10,6 @@ http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name:
IScsiImpl.h
Abstract:
The header file of IScsiImpl.c
**/ **/
#ifndef _ISCSI_IMPL_H_ #ifndef _ISCSI_IMPL_H_
@ -32,12 +25,14 @@ Abstract:
#include "IScsiConfigNVDataStruc.h" #include "IScsiConfigNVDataStruc.h"
#include "IScsiExtScsiPassThru.h" #include "IScsiExtScsiPassThru.h"
#include "IScsiProto.h" #include "IScsiProto.h"
#include "IScsiMisc.h"
#include "IScsiCHAP.h" #include "IScsiCHAP.h"
#include "IScsiConfig.h"
#include "IScsiDhcp.h" #include "IScsiDhcp.h"
#include "IScsiTcp4Io.h" #include "IScsiTcp4Io.h"
#include "IScsiIbft.h" #include "IScsiIbft.h"
#include "IScsiMisc.h"
#include "IScsiConfig.h"
#define ISCSI_SESSION_SIGNATURE EFI_SIGNATURE_32 ('I', 'S', 'S', 'N') #define ISCSI_SESSION_SIGNATURE EFI_SIGNATURE_32 ('I', 'S', 'S', 'N')