xref: /aosp_15_r20/external/coreboot/src/ec/google/wilco/acpi/platform.asl (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1/* SPDX-License-Identifier: GPL-2.0-only */
2
3/* Call from \_SB._PTS() */
4Method (PTS, 1, Serialized)
5{
6	Printf ("EC _PTS")
7	W (FPTS, Arg0)
8}
9
10/* Call from \_SB._WAK() */
11Method (WAK, 1, Serialized)
12{
13	Printf ("EC _WAK")
14	W (FWAK, Arg0)
15}
16