42 #include "dev/vib-sensor.h"
44 const struct sensors_sensor vib_sensor;
45 static unsigned int vib;
49 vib_sensor_changed(
void)
51 sensors_changed(&vib_sensor);
61 configure(
int type,
void *c)
72 SENSORS_SENSOR(vib_sensor, VIB_SENSOR,
73 value, configure, status);