summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus/p8z77-v_lx2/acpi/platform.asl
blob: 7da03bfddd0230f8471f046e04cacf95e2ab55eb (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

Method(_PTS, 1)
{
}

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