From 64d0d7f52f9848b4a86ddac40407ca4e983a9a59 Mon Sep 17 00:00:00 2001 From: jljusten Date: Mon, 17 Mar 2008 21:14:07 +0000 Subject: Renamed to match filename naming recommendations. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4869 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Foundation/Efi/Protocol/DeviceIo/DeviceIO.c | 31 ---------------------- .../Foundation/Efi/Protocol/DeviceIo/DeviceIo.c | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/DeviceIO.c create mode 100644 EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/DeviceIo.c (limited to 'EdkCompatibilityPkg/Foundation/Efi') diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/DeviceIO.c b/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/DeviceIO.c deleted file mode 100644 index 34d90b75f4..0000000000 --- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/DeviceIO.c +++ /dev/null @@ -1,31 +0,0 @@ -/*++ - -Copyright (c) 2004, 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 -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - -Module Name: - - DeviceIo.c - -Abstract: - - Device IO protocol as defined in the EFI 1.0 specification. - - Device IO is used to abstract hardware access to devices. It includes - memory mapped IO, IO, PCI Config space, and DMA. - - ---*/ - -#include "EfiSpec.h" -#include EFI_PROTOCOL_DEFINITION (DeviceIo) - -EFI_GUID gEfiDeviceIoProtocolGuid = EFI_DEVICE_IO_PROTOCOL_GUID; - -EFI_GUID_STRING(&gEfiDeviceIoProtocolGuid, "DeviceIo Protocol", "EFI 1.0 Device IO Protocol"); diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/DeviceIo.c b/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/DeviceIo.c new file mode 100644 index 0000000000..34d90b75f4 --- /dev/null +++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/DeviceIo.c @@ -0,0 +1,31 @@ +/*++ + +Copyright (c) 2004, 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 +http://opensource.org/licenses/bsd-license.php + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + +Module Name: + + DeviceIo.c + +Abstract: + + Device IO protocol as defined in the EFI 1.0 specification. + + Device IO is used to abstract hardware access to devices. It includes + memory mapped IO, IO, PCI Config space, and DMA. + + +--*/ + +#include "EfiSpec.h" +#include EFI_PROTOCOL_DEFINITION (DeviceIo) + +EFI_GUID gEfiDeviceIoProtocolGuid = EFI_DEVICE_IO_PROTOCOL_GUID; + +EFI_GUID_STRING(&gEfiDeviceIoProtocolGuid, "DeviceIo Protocol", "EFI 1.0 Device IO Protocol"); -- cgit v1.2.3