summaryrefslogtreecommitdiffstats
path: root/src/mainboard/apple/macbookair4_2/acpi/platform.asl
blob: af17b0e388e4bbfba636b64fa2ff6cf4e018e2a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

Method(_WAK,1)
{
	/* FIXME: EC support  */
	Return(Package(){0,0})
}

Method(_PTS,1)
{
	/* FIXME: EC support  */
}