aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/inagua/acpi/mainboard.asl
blob: b7b630afb6ebe66a10a00de622c2b65fa2fce257 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */


Scope(\_SI) {
	Method(_SST, 1) {
		/* DBGO("\\_SI\\_SST\n") */
		/* DBGO("   New Indicator state: ") */
		/* DBGO(Arg0) */
		/* DBGO("\n") */
	}
} /* End Scope SI */