mainboard/[g-p]*: Remove copyright notices
[coreboot.git] / src / mainboard / lenovo / t410 / acpi / gpe.asl
bloba32dacdb85b36fdc4ffbe8ecdc831263bc0330e0
1 /*
2  * This file is part of the coreboot project.
3  *
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU General Public License as
7  * published by the Free Software Foundation; version 2 of
8  * the License.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  */
16 Scope (\_GPE)
18         Method(_L18, 0, NotSerialized)
19         {
20                 /* Read EC register to clear wake status */
21                 Store(\_SB.PCI0.LPCB.EC.WAKE, Local0)
22                 /* So that we don't get a warning that Local0 is unused. */
23                 Increment (Local0)
24         }