From e8bce4b41ca25bc14bcee61dfb0ffe14d65cce95 Mon Sep 17 00:00:00 2001 From: niruiyu Date: Thu, 10 Mar 2011 07:33:42 +0000 Subject: Enhance PcAt IsaAcpi driver to support enable/disable separated functions per PCD settings. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11362 6f19259b-4bc3-4df7-8a09-765794883524 --- PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h') 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 -- cgit v1.2.3