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
dt-bindings: mtd: ingenic: Use standard ecc-engine property
[linux/fpc-iii.git]
/
drivers
/
iio
/
gyro
/
bmg160.h
blob
6bcff6562249547425bd91cb86a18e0137ec57e8
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef BMG160_H_
3
#define BMG160_H_
4
5
extern
const struct
dev_pm_ops bmg160_pm_ops
;
6
7
int
bmg160_core_probe
(
struct
device
*
dev
,
struct
regmap
*
regmap
,
int
irq
,
8
const char
*
name
);
9
void
bmg160_core_remove
(
struct
device
*
dev
);
10
11
#endif
/* BMG160_H_ */