summaryrefslogtreecommitdiffstats
path: root/src/mainboard/supermicro/x9scl/acpi/platform.asl
blob: 4c72ad88849f89114ebff33276b2e914b2a28d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */

Method(_WAK, 1)
{
	Return (Package() { 0, 0 })
}

Method(_PTS, 1)
{
}