aboutsummaryrefslogtreecommitdiffstats
path: root/src/touchpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchpad.c')
-rw-r--r--src/touchpad.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/touchpad.c b/src/touchpad.c
index 0759134e..dc1aaf74 100644
--- a/src/touchpad.c
+++ b/src/touchpad.c
@@ -32,6 +32,11 @@
#if HAL_USE_TOUCHPAD || defined(__DOXYGEN__)
+#if TOUCHPAD_STORE_CALIBRATION
+extern void lld_tpWriteCalibration(struct cal_t cal);
+extern struct cal_t lld_tpReadCalibration(void);
+#endif
+
/*===========================================================================*/
/* Driver local definitions. */
/*===========================================================================*/