SPDX: Convert all of our single license tags to Linux Kernel style
[platform/kernel/u-boot.git] / arch / x86 / include / asm / acpi / sleepstates.asl
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2007-2009 coresystems GmbH
4  * Copyright (C) 2016 Bin Meng <bmeng.cn@gmail.com>
5  *
6  * Modified from coreboot src/soc/intel/baytrail/acpi/sleepstates.asl
7  */
8
9 Name(\_S0, Package() {0x0, 0x0, 0x0, 0x0})
10 #ifdef CONFIG_HAVE_ACPI_RESUME
11 Name(\_S3, Package() {0x5, 0x0, 0x0, 0x0})
12 #endif
13 Name(\_S4, Package() {0x6, 0x0, 0x0, 0x0})
14 Name(\_S5, Package() {0x7, 0x0, 0x0, 0x0})