/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ #include #include int get_blc_values(const struct blc_pwm_t **entries) { return 0; }