summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asrock/b75pro3-m/acpi/platform.asl
blob: 8544109abdd0621d80b891500b6dbf88325f9543 (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. */

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

Method(_PTS,1)
{
}