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