]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Protocol/IsaIo/IsaIo.c
3b868be1bd2b9c5bb158645549f880f7b0b54321
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / IsaIo / IsaIo.c
1 /*++
2
3 Copyright (c) 2004, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11
12 Module Name:
13
14 IsaIo.c
15
16 Abstract:
17
18 EFI_ISA_IO_PROTOCOL or EFI_LIGHT_ISA_IO_PROTOCOL
19 based on macro SIZE_REDUCTION_ISA_COMBINED.
20
21 Revision History
22
23 --*/
24
25 #include "Tiano.h"
26
27 #include EFI_PROTOCOL_DEFINITION (IsaIo)
28
29 #ifndef SIZE_REDUCTION_ISA_COMBINED
30 //
31 // EFI_ISA_IO_PROTOCOL
32 //
33 EFI_GUID gEfiIsaIoProtocolGuid = EFI_ISA_IO_PROTOCOL_GUID;
34 EFI_GUID_STRING(&gEfiIsaIoProtocolGuid, "ISA IO Protocol", "ISA IO Protocol");
35
36 #else
37 //
38 // EFI_LIGHT_ISA_IO_PROTOCOL
39 //
40 EFI_GUID gEfiLightIsaIoProtocolGuid = EFI_LIGHT_ISA_IO_PROTOCOL_GUID;
41 EFI_GUID_STRING(&gEfiLightIsaIoProtocolGuid, "Light ISA IO Protocol", "Light ISA IO Protocol");
42 #endif