repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
staging
/
wfx
/
fwio.h
blob
6028f92503feb292ee894e0f300a1f06d1a264f9
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Firmware loading.
4
*
5
* Copyright (c) 2017-2019, Silicon Laboratories, Inc.
6
* Copyright (c) 2010, ST-Ericsson
7
*/
8
#ifndef WFX_FWIO_H
9
#define WFX_FWIO_H
10
11
struct
wfx_dev
;
12
13
int
wfx_init_device
(
struct
wfx_dev
*
wdev
);
14
15
#endif
/* WFX_FWIO_H */