aboutsummaryrefslogtreecommitdiff
path: root/src/acpi/dsdt_top.asl
blob: ead37d3577c03664c758fe773acb5dd8e243db1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#include <acpi/acpigen_extern.asl>

#if CONFIG(CHROMEOS)
/* Chrome OS specific */
#include <vendorcode/google/chromeos/acpi/gnvs.asl>
#include <vendorcode/google/chromeos/acpi/chromeos.asl>
#endif

/* Operating system enumeration. */
Name (OSYS, 0)

/* Power state (AC = 1) */
Name (PWRS, One)