src/mb/asus/p5qc: Fix some mistakes
[coreboot.git] / src / mainboard / intel / dcp847ske / acpi / platform.asl
blobff5b176923c4e941e20313cb72ada3cc5eb3d535
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2011-2012 The Chromium OS Authors. All rights reserved.
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License as
8  * published by the Free Software Foundation; version 2 of
9  * the License.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  */
18  * The _PTS method (Prepare To Sleep) is called before the OS is
19  * entering a sleep state. The sleep state number is passed in Arg0
20  */
21 Method(_WAK,1)
23         Return(Package(){0,0})
26 /* The _WAK method is called on system wakeup */
27 Method(_PTS,1)