repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git]
/
src
/
mainboard
/
google
/
brya
/
variants
/
anraggar
/
variant.c
blob
4221a5bf8e08ac88b8fe4ed378b89101b559ff82
1
/* SPDX-License-Identifier: GPL-2.0-only */
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
));
9
}