Sign in
android-kvm
/
linux
/
0d1fb2d52d8b4a1124cb2db7d22c4131ad5805cf
/
.
/
drivers
/
iio
/
accel
/
kxsd9.h
blob: 19131a7a692ceeacb1211b77398b20224af874fc [
file
] [
log
] [
blame
]
#include
<linux/device.h>
#include
<linux/kernel.h>
#define
KXSD9_STATE_RX_SIZE
2
#define
KXSD9_STATE_TX_SIZE
2
int
kxsd9_common_probe
(
struct
device
*
parent
,
struct
regmap
*
map
,
const
char
*
name
);
int
kxsd9_common_remove
(
struct
device
*
parent
);