1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <southbridge/intel/common/acpi/platform.asl>
5 /* The _PTS method (Prepare To Sleep) is called before the OS is
6 * entering a sleep state. The sleep state number is passed in Arg0
13 /* The _WAK method is called on system wakeup */
17 /* Initialize thermal defaults */
20 Return(Package(){0,0})