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

Method(_WAK, 1, NotSerialized)
{
	// Generated by SSDT
	\_SB.PCI0.LPCB.SIO0.SIOW (Arg0)

	Return(Package(){0,0})
}

Method(_PTS, 1, NotSerialized)
{
	// Generated by SSDT
	\_SB.PCI0.LPCB.SIO0.SIOS (Arg0)
}