summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/motion_sense.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/motion_sense.h b/include/motion_sense.h
index c50faba9c1..ef5340122f 100644
--- a/include/motion_sense.h
+++ b/include/motion_sense.h
@@ -197,6 +197,12 @@ void motion_sense_fifo_add_unit(struct ec_response_motion_sensor_data *data,
*/
void sensor_init_done(const struct motion_sensor_t *sensor, int range);
+/**
+ * Board specific function that is called when a double_tap event is detected.
+ *
+ */
+void sensor_board_proc_double_tap(void);
+
#ifdef CONFIG_GESTURE_HOST_DETECTION
/* Add an extra sensor. We may need to add more */
#define MOTION_SENSE_ACTIVITY_SENSOR_ID (motion_sensor_count)