soc: Remove copyright notices
[coreboot.git] / src / soc / amd / picasso / acpi / acpi_wake_source.asl
bloba5440e8e519efea1609e5b1ad6b354fed20cbade
1 /*
2  * This file is part of the coreboot project.
3  *
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; version 2 of the License.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  */
15 Scope (\_SB)
17         Method (_SWS)
18         {
19                 /* Index into PM1 for device that caused wake */
20                 Return (\PM1I)
21         }
24 Scope (\_GPE)
26         Method (_SWS)
27         {
28                 /* Index into GPE for device that caused wake */
29                 Return (\GPEI)
30         }