blob: e6cfd62206144500ba6bf595548e786ecbfce20f [file] [log] [blame]
Martin Rothc96201a2024-04-16 11:39:13 -06001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <acpi/acpi.h>
4
5DefinitionBlock (
6 "dsdt.aml",
7 "DSDT",
8 ACPI_DSDT_REV_2,
9 OEM_ID,
10 ACPI_TABLE_CREATOR,
11 0x00010001 /* OEM Revision */
12)
13{
14 #include <acpi/dsdt_top.asl>
15}