aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/compulab/intense_pc/acpi/platform.asl
blob: e7f5a4a3b6baca488d3845bda87c6f52f93d81ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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  */
}