/* SPDX-License-Identifier: GPL-2.0-only */ Scope(\_SB) { /* global utility methods expected within the \_SB scope */ #include #include #include "pci_int_defs.asl" #include "mmio.asl" #include "pci0.asl" } /* End \_SB scope */ #include /* * Platform Wake Notify * * This is called by soc/amd/common/acpi/platform.asl. */ Method (PNOT) { }