/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include DefinitionBlock( "dsdt.aml", "DSDT", 0x02, /* DSDT Revision: ACPI v2.0 and up */ OEM_ID, ACPI_TABLE_CREATOR, 0x20171231 /* OEM Revision */ ) { #include "acpi/platform.asl" #include #include #include #include Scope (\_SB) { Device (PCI0) { #include #include #include } } }