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
r8152: fix tx packets accounting
[linux/fpc-iii.git]
/
drivers
/
iio
/
gyro
/
bmg160.h
blob
72db723c8fb6ba6b097a55089784d94025482a96
1
#ifndef BMG160_H_
2
#define BMG160_H_
3
4
extern
const struct
dev_pm_ops bmg160_pm_ops
;
5
6
int
bmg160_core_probe
(
struct
device
*
dev
,
struct
regmap
*
regmap
,
int
irq
,
7
const char
*
name
);
8
void
bmg160_core_remove
(
struct
device
*
dev
);
9
10
#endif
/* BMG160_H_ */