blob: d8eb81838eea1745ab7dfcd5985d15be4165ee8f [file] [log] [blame]
Sean Rhodes2e665eb2021-06-01 22:55:07 +01001/* SPDX-License-Identifier: GPL-2.0-only */
2
3/* Method called from _PTS prior to enter sleep state */
4Method (MPTS, 1)
5{
6 \_SB.PCI0.LPCB.H_EC.PTS (Arg0)
7}
8
9/* Method called from _WAK prior to wakeup */
10Method (MWAK, 1)
11{
12 \_SB.PCI0.LPCB.H_EC.WAK (Arg0)
13}