1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #include <northbridge/intel/gm45/gm45.h> 4 get_blc_values(const struct blc_pwm_t ** entries)5 int get_blc_values(const struct blc_pwm_t **entries) 6 { 7 return 0; 8 } 9