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
/
iio
/
imu
/
fxos8700.h
blob
6dfb8d7099e4898df2161509d09e2cd0fce3c496
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef FXOS8700_H_
3
#define FXOS8700_H_
4
5
extern
const struct
regmap_config fxos8700_regmap_config
;
6
7
int
fxos8700_core_probe
(
struct
device
*
dev
,
struct
regmap
*
regmap
,
8
const char
*
name
,
bool
use_spi
);
9
10
#endif
/* FXOS8700_H_ */