cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / lenovo / t400 / acpi / gpe.asl
blob9984636860671d2db5f10ff74fb4a41bb3a1ed04
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Scope (\_GPE)
5         Method(_L18, 0, NotSerialized)
6         {
7                 /* Read EC register to clear wake status */
8                 Local0 = \_SB.PCI0.LPCB.EC.WAKE
9                 /* So that we don't get a warning that Local0 is unused. */
10                 Local0++
11         }