/* 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, 0x20110725 // OEM revision ) { // platform ACPI tables #include "acpi/platform.asl" // global NVS and variables #include #include // CPX-SP ACPI tables #include }