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

Scope (\_SB) {
	#include "ac.asl"
	#include "battery.asl"
	#include "buttons.asl"
	#include "hid.asl"
	#include "lid.asl"
	#include "s76.asl"
	#include "sleep.asl"
}

Scope (_GPE) {
	#include "gpe.asl"
}