coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
blc.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
4 
5 int get_blc_values(const struct blc_pwm_t **entries)
6 {
7  return 0;
8 }
int get_blc_values(const struct blc_pwm_t **entries)
Definition: blc.c:30