Change-Id: I55a827f8d6a5421c36f77049935630f4db4ba04d Signed-off-by: Jeremy Soller <jeremy@system76.com> Signed-off-by: Tim Crawford <tcrawford@system76.com>
16 lines
257 B
Plaintext
16 lines
257 B
Plaintext
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
#define EC_GPE_SCI 0x03 /* GPP_K3 */
|
|
#define EC_GPE_SWI 0x06 /* GPP_K6 */
|
|
#include <ec/system76/ec/acpi/ec.asl>
|
|
|
|
Scope (\_SB) {
|
|
#include "sleep.asl"
|
|
}
|
|
|
|
Scope (\_GPE) {
|
|
#include "gpe.asl"
|
|
}
|
|
|
|
#include "dgpu.asl"
|