Drivers: Add calibration check IOCTL, not implemented yet in sensor drivers.

This commit is contained in:
Lorenz Meier
2015-09-27 13:36:55 +02:00
parent 626edc6a8d
commit ca5e1bd62b
+5
View File
@@ -121,5 +121,10 @@
*/
#define SENSORIOCGROTATION _SENSORIOC(6)
/**
* Test the sensor calibration
*/
#define SENSORIOCCALTEST _SENSORIOC(7)
#endif /* _DRV_SENSOR_H */