]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/IsaIo/IsaIo.c
remove reference to the obsolete EFI_LIGHT_ISA_IO_PROTOCOL. This protocol is introduc...
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / IsaIo / IsaIo.c
index 3b868be1bd2b9c5bb158645549f880f7b0b54321..5f04fe7cc55fee12cf634601a8fafa10cf9a4f38 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation                                                         \r
+Copyright (c) 2004 - 2008, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -15,8 +15,7 @@ Module Name:
     \r
 Abstract:\r
 \r
-    EFI_ISA_IO_PROTOCOL or EFI_LIGHT_ISA_IO_PROTOCOL \r
-    based on macro SIZE_REDUCTION_ISA_COMBINED.\r
+    EFI_ISA_IO_PROTOCOL\r
 \r
 Revision History\r
 \r
@@ -26,17 +25,9 @@ Revision History
 \r
 #include EFI_PROTOCOL_DEFINITION (IsaIo)\r
 \r
-#ifndef SIZE_REDUCTION_ISA_COMBINED\r
 //\r
 // EFI_ISA_IO_PROTOCOL\r
 //\r
 EFI_GUID  gEfiIsaIoProtocolGuid = EFI_ISA_IO_PROTOCOL_GUID;\r
 EFI_GUID_STRING(&gEfiIsaIoProtocolGuid, "ISA IO Protocol", "ISA IO Protocol");\r
 \r
-#else\r
-//\r
-// EFI_LIGHT_ISA_IO_PROTOCOL\r
-//\r
-EFI_GUID  gEfiLightIsaIoProtocolGuid = EFI_LIGHT_ISA_IO_PROTOCOL_GUID;\r
-EFI_GUID_STRING(&gEfiLightIsaIoProtocolGuid, "Light ISA IO Protocol", "Light ISA IO Protocol");\r
-#endif\r