payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / gigabyte / ga-g41m-es2l / cstates.c
blobf4cf4ce2aa5887029e02a3944a95945849ed95b5
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <acpi/acpigen.h>
5 static const acpi_cstate_t cst_entries[] = {};
7 int get_cst_entries(const acpi_cstate_t **entries)
9 *entries = cst_entries;
10 return ARRAY_SIZE(cst_entries);