summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus/p5ql-em/cstates.c
blob: 7f17b9f11e0b59880196e330ba979a59f15082c1 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#include <acpi/acpigen.h>

/* TODO: Could work... */
int get_cst_entries(const acpi_cstate_t **entries)
{
	return 0;
}