aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/apple/macbookpro8_2/acpi/platform.asl
blob: aff432b6f47acf1abbe242cc78bbada5475becab (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

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

Method(_PTS, 1)
{
}