• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #include <baseboard/variants.h>
4 #include <ec/google/chromeec/ec.h>
5 
board_info_get_fw_config(uint64_t * fw_config)6 int board_info_get_fw_config(uint64_t *fw_config)
7 {
8 	return google_chromeec_cbi_get_fw_config(fw_config);
9 }
10