blob: d8eb81838eea1745ab7dfcd5985d15be4165ee8f [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* Method called from _PTS prior to enter sleep state */
Method (MPTS, 1)
{
\_SB.PCI0.LPCB.H_EC.PTS (Arg0)
}
/* Method called from _WAK prior to wakeup */
Method (MWAK, 1)
{
\_SB.PCI0.LPCB.H_EC.WAK (Arg0)
}