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
mb/google/brya: Create rull variant
[coreboot2.git]
/
src
/
drivers
/
wifi
/
generic
/
wifi.h
blob
54acfa440fb191cf24047570e6763b20c28c6740
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <device/device.h>
4
5
#ifndef _WIFI_GENERIC_WIFI_H_
6
#define _WIFI_GENERIC_WIFI_H_
7
8
bool
wifi_generic_cnvi_ddr_rfim_enabled
(
const struct
device
*
dev
);
9
10
#endif
/* _WIFI_GENERIC_WIFI_H_ */