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

#include <acpi/acpi.h>

DefinitionBlock(
	"dsdt.aml",
	"DSDT",
	0x02,		/* DSDT revision: ACPI v2.0 and up */
	OEM_ID,
	ACPI_TABLE_CREATOR,
	0x20110725	/* OEM revision */
)
{

}