mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git] / src / mainboard / roda / rv11 / acpi / platform.asl
blob1d98727aebc393f67b52ac6e844aba821a6a3bb8
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)
12 /* The _WAK method is called on system wakeup */
14 Method(_WAK,1)
16         Return(Package(){0,0})