repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/fatcat/var/fatcat: Refactor GPIO programming for UFS support
[coreboot.git]
/
src
/
mainboard
/
google
/
brya
/
variants
/
sundance
/
variant.c
blob
c4a6face5b57171128927bd6d1474f857fe7fe5a
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#include <fw_config.h>
4
#include <sar.h>
5
6
const char
*
get_wifi_sar_cbfs_filename
(
void
)
7
{
8
return
get_wifi_sar_fw_config_filename
(
FW_CONFIG_FIELD
(
WIFI_SAR_ID
));
9
}