summaryrefslogtreecommitdiff
path: root/src/mainboard/google/fatcat/dsdt.asl
blob: 2c714d7a0c024d610cd46f7eed077c4eb81e4917 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-or-later */

#include <acpi/acpi.h>
#include <variant/ec.h>

DefinitionBlock(
	"dsdt.aml",
	"DSDT",
	ACPI_DSDT_REV_2,
	OEM_ID,
	ACPI_TABLE_CREATOR,
	0x20110725
)
{
	/* TODO: Add ACPI code as per board design */
}