summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus/p8h61-m_lx3_r2_0/acpi/platform.asl
blob: b84cada0a47ed9696166777339d4e5f1fd774281 (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(_PTS, 1)
{
}

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