mirror of https://github.com/acidanthera/audk.git
edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h:
edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.h: edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiExtScsiPassThru.h: edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.h: edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.h: edk2/MdeModulePkg/Universal/Network/IScsiDxe/Md5.h: edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDriver.h: edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.h: edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h: Fix filename case(sensitivity) issues. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4840 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7c3eaa27b6
commit
9cb8724d68
|
@ -1,6 +1,6 @@
|
|||
/*++
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
Copyright (c) 2006, 2008, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -24,7 +24,7 @@ Revision History
|
|||
#define _SCSI_BUS_H
|
||||
|
||||
|
||||
#include <IndustryStandard/scsi.h>
|
||||
#include <IndustryStandard/Scsi.h>
|
||||
//
|
||||
// 1000 * 1000 * 10
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*++
|
||||
|
||||
Copyright (c) 2004 - 2007, Intel Corporation
|
||||
Copyright (c) 2004 - 2008, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -23,7 +23,7 @@ Abstract:
|
|||
#define _SCSI_DISK_H
|
||||
|
||||
|
||||
#include <IndustryStandard/scsi.h>
|
||||
#include <IndustryStandard/Scsi.h>
|
||||
|
||||
#define IsDeviceFixed(a) (a)->FixedDevice ? 1 : 0
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*++
|
||||
|
||||
Copyright (c) 2004 - 2007, Intel Corporation
|
||||
Copyright (c) 2004 - 2008, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -20,7 +20,7 @@ Abstract:
|
|||
#ifndef _ISCSI_DHCP_H_
|
||||
#define _ISCSI_DHCP_H_
|
||||
|
||||
#include <protocol/Dhcp4.h>
|
||||
#include <Protocol/Dhcp4.h>
|
||||
|
||||
#define DHCP4_TAG_PARA_LIST 55
|
||||
#define DHCP4_TAG_NETMASK 1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*++
|
||||
|
||||
Copyright (c) 2004 - 2007, Intel Corporation
|
||||
Copyright (c) 2004 - 2008, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -27,12 +27,12 @@ Abstract:
|
|||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/UefiLib.h>
|
||||
#include <Library/DevicePathLib.h>
|
||||
#include <protocol/DriverBinding.h>
|
||||
#include <protocol/ScsiPassThruExt.h>
|
||||
#include <protocol/IScsiInitiatorName.h>
|
||||
#include <protocol/Ip4Config.h>
|
||||
#include <protocol/ComponentName.h>
|
||||
#include <protocol/ComponentName2.h>
|
||||
#include <Protocol/DriverBinding.h>
|
||||
#include <Protocol/ScsiPassThruExt.h>
|
||||
#include <Protocol/IScsiInitiatorName.h>
|
||||
#include <Protocol/Ip4Config.h>
|
||||
#include <Protocol/ComponentName.h>
|
||||
#include <Protocol/ComponentName2.h>
|
||||
|
||||
#define ISCSI_PRIVATE_GUID \
|
||||
{ \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*++
|
||||
|
||||
Copyright (c) 2004 - 2007, Intel Corporation
|
||||
Copyright (c) 2004 - 2008, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -20,7 +20,7 @@ Abstract:
|
|||
#ifndef _ISCSI_EXT_SCSI_PASS_THRU_H_
|
||||
#define _ISCSI_EXT_SCSI_PASS_THRU_H_
|
||||
|
||||
#include <protocol/ScsiPassThruExt.h>
|
||||
#include <Protocol/ScsiPassThruExt.h>
|
||||
|
||||
extern EFI_EXT_SCSI_PASS_THRU_PROTOCOL gIScsiExtScsiPassThruProtocolTemplate;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*++
|
||||
|
||||
Copyright (c) 2004 - 2007, Intel Corporation
|
||||
Copyright (c) 2004 - 2008, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -22,9 +22,9 @@ Abstract:
|
|||
#ifndef _ISCSI_IBFT_H_
|
||||
#define _ISCSI_IBFT_H_
|
||||
|
||||
#include <industrystandard/IScsiBootFirmwareTable.h>
|
||||
#include <protocol/AcpiSupport.h>
|
||||
#include <protocol/PciIo.h>
|
||||
#include <IndustryStandard/IScsiBootFirmwareTable.h>
|
||||
#include <Protocol/AcpiSupport.h>
|
||||
#include <Protocol/PciIo.h>
|
||||
|
||||
#define IBFT_TABLE_VAR_NAME L"iBFT"
|
||||
#define IBFT_MAX_SIZE 4096
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*++
|
||||
|
||||
Copyright (c) 2004 - 2007, Intel Corporation
|
||||
Copyright (c) 2004 - 2008, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -22,7 +22,7 @@ Abstract:
|
|||
#ifndef _ISCSI_PROTO_H_
|
||||
#define _ISCSI_PROTO_H_
|
||||
|
||||
#include <protocol/ScsiPassThruExt.h>
|
||||
#include <Protocol/ScsiPassThruExt.h>
|
||||
|
||||
//
|
||||
// RFC 1982 Serial Number Arithmetic, SERIAL_BITS = 32
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*++
|
||||
|
||||
Copyright (c) 2004 - 2007, Intel Corporation
|
||||
Copyright (c) 2004 - 2008, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -23,7 +23,7 @@ Abstract:
|
|||
#define _ISCSI_TCP4_IO_H_
|
||||
|
||||
#include <Library/NetLib.h>
|
||||
#include <protocol/Tcp4.h>
|
||||
#include <Protocol/Tcp4.h>
|
||||
|
||||
typedef struct _TCP4_IO_CONFIG_DATA {
|
||||
EFI_IPv4_ADDRESS LocalIp;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*++
|
||||
|
||||
Copyright (c) 2004 - 2007, Intel Corporation
|
||||
Copyright (c) 2004 - 2008, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -22,7 +22,7 @@ Abstract:
|
|||
#ifndef _MD5_H_
|
||||
#define _MD5_H_
|
||||
|
||||
#include <uefi/UefiBaseType.h>
|
||||
#include <Uefi/UefiBaseType.h>
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/NetLib.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue