aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne/acpi/soc.asl
blob: e472ec680a591b6f5951d8b17072f3d7bd56cd1a (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

Scope(\_SB) {
	/* global utility methods expected within the \_SB scope */
	#include <arch/x86/acpi/globutil.asl>

	#include <soc/amd/common/acpi/gpio_bank_lib.asl>
} /* End \_SB scope */