blob: 9984636860671d2db5f10ff74fb4a41bb3a1ed04 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
Scope (\_GPE)
{
Method(_L18, 0, NotSerialized)
{
/* Read EC register to clear wake status */
Local0 = \_SB.PCI0.LPCB.EC.WAKE
/* So that we don't get a warning that Local0 is unused. */
Local0++
}
}