aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mpu3050/mpu-accel.h
blob: 5dd57c92bd49fec0b77b9362927701c7d82fa5b1 (plain)
1
2
3
4
5
6
7
8
#undef MPUACC_USES_CACHED_DATA
#define MPUACC_USES_MOUNTING_MATRIX

int mpu_accel_init(struct mldl_cfg *mldl_cfg, void *accel_handle);
int mpu_accel_exit(struct mldl_cfg *mldl_cfg);
int mpu_accel_suspend(struct mldl_cfg *mldl_cfg);
int mpu_accel_resume(struct mldl_cfg *mldl_cfg);
int mpu_accel_read(struct mldl_cfg *mldl_cfg, unsigned char *buffer);