blob: 4f237ee522af85d5b03cd3fb2c14b5da1f28d853 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
// Intel LPC Bus Device - 0:1f.0
#include <soc/intel/common/block/acpi/acpi/lpc.asl>
Scope (\_SB.PCI0.LPCB)
{
#include <acpi/ec.asl>
#include <acpi/superio.asl>
}
|