summaryrefslogtreecommitdiffstats
path: root/src/ec/google/wilco/acpi/platform.asl
blob: f815a3533c3a7007964315f80988384349b2e0ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

/* 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)
}