/* SPDX-License-Identifier: GPL-2.0-only */ /* TODO: Check if this is still correct */ #include "globalnvs.asl" Scope(\_SB) { /* global utility methods expected within the \_SB scope */ #include #include #include #include "pci_int_defs.asl" #include #include "mmio.asl" #include "pci0.asl" } /* End \_SB scope */ #include #include #include #include #include "rtc_workaround.asl" /* * Platform Wake Notify * * This is called by soc/amd/common/acpi/platform.asl. */ Method (PNOT) { /* Report AC/DC state to ALIB using WAL1() */ \WAL1 () }