summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gizmosphere/gizmo2/acpi/si.asl
blob: 3a9e84f9042ed00c1a8f896599c1a1b6d1c2beec (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

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