summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus/p8z77-m_pro/acpi/platform.asl
blob: 17460c70821fdce8c620eec4f421c7fc015b3429 (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)
{
}