]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/QNCLpc.asi
7f5fe0a87e5b560a185eecff68c882ec02e35566
[mirror_edk2.git] / QuarkPlatformPkg / Acpi / AcpiTables / Dsdt / QNCLpc.asi
1 /** @file
2 Lpc devices and control methods
3
4 Copyright (c) 2013-2015 Intel Corporation.
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9
10
11 #ifndef QNC_LPC_ASI
12 #define QNC_LPC_ASI
13
14 Device(LPC)
15 {
16 Name(_ADR,0x001f0000) // Device (HI WORD)=31, Func (LO WORD)=0
17
18 Include ("PciIrq.asi") // PCI routing control methods
19 Include ("LpcDev.asi") // Static Lpc device resource declaration
20 }
21
22
23 #endif