X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=PcAtChipsetPkg%2FIsaAcpiDxe%2FPcatIsaAcpi.h;fp=PcAtChipsetPkg%2FIsaAcpiDxe%2FPcatIsaAcpi.h;h=1fcac402b950641114e4d351338b60cbfa27015d;hp=6eed1f2aec0f9f88127f2d86ac8a1dd16877ab56;hb=e8bce4b41ca25bc14bcee61dfb0ffe14d65cce95;hpb=5fbfa2d023184889752e386ac8827c36b72e7661 diff --git a/PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h b/PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h index 6eed1f2aec..1fcac402b9 100644 --- a/PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h +++ b/PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h @@ -1,7 +1,7 @@ /** @file EFI PCAT ISA ACPI Driver for a Generic PC Platform -Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2011, 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 @@ -29,6 +29,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include +#include +#include #include // @@ -261,4 +263,12 @@ IsaInterfaceInit ( IN EFI_ISA_ACPI_PROTOCOL *This ); +/** + Initialize the ISA device list. +**/ +VOID +InitializePcatIsaAcpiDeviceList ( + VOID + ); + #endif