summaryrefslogtreecommitdiff
path: root/include/linux/mma7455l.h
blob: 12ab50affd84048f59ce7d34de77f3e9e427589e (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _LINUX_MMA7455L_H
#define _LINUX_MMA7455L_H

struct mma7455l_platform_data {
	/* Calibration offsets */
	s16 calibration_x;
	s16 calibration_y;
	s16 calibration_z;
};

#endif /* _LINUX_MMA7455L_H */