aboutsummaryrefslogtreecommitdiff
path: root/src/ec/google/wilco/acpi/platform.asl
blob: 9f51f3d84ecb59da49484d7085b3b7caa8110624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

/* Call from \_SB._PTS() */
Method (PTS, 1, Serialized)
{
	Printf ("EC _PTS")
	W (FPTS, Arg0)
}

/* Call from \_SB._WAK() */
Method (WAK, 1, Serialized)
{
	Printf ("EC _WAK")
	W (FWAK, Arg0)
}