aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/apple/macbookair4_2/acpi/platform.asl
blob: c2862c9ef813bcd19e6fa7b45c3e4db6fcef9473 (plain)
1
2
3
4
5
6
7
8
9
10
Method(_WAK,1)
{
        /* FIXME: EC support  */
	Return(Package(){0,0})
}

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