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

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

Method(_PTS, 1)
{
}