Files
system76-coreboot/src/mainboard/foxconn/g41s-k/cstates.c
Angel Pons afd268a0cb cpu/intel/speedstep: Constify get_cst_entries()
Make the `get_cst_entries()` function provide a read-only pointer. Also,
constify the actual data where applicable.

Change-Id: Ib22b3e37b086a95af770465a45222e9b84202e54
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58393
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
2021-10-19 15:00:01 +00:00

9 lines
138 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
#include <acpi/acpigen.h>
int get_cst_entries(const acpi_cstate_t **entries)
{
return 0;
}