aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/galileo/dsdt.asl
blob: 11e3c7ea8469ee71d13ee2f9c1417af5d36a6961 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */

#include <acpi/acpi.h>
DefinitionBlock(
	"dsdt.aml",
	"DSDT",
	ACPI_DSDT_REV_2,
	OEM_ID,
	ACPI_TABLE_CREATOR,
	0x20160220	// OEM revision
)
{
	#include <acpi/dsdt_top.asl>
}