mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git] / src / mainboard / gigabyte / ga-b75m-d3h / acpi / platform.asl
blobb9be1a3a22727976e75282ab7322cb31eb0e730e
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* The _PTS method (Prepare To Sleep) is called before the OS is
4  * entering a sleep state. The sleep state number is passed in Arg0
5  */
7 Method (_PTS, 1)
11 /* The _WAK method is called on system wakeup */
13 Method(_WAK,1)
15         Return (Package () {0, 0})