summaryrefslogtreecommitdiff
path: root/driver/fingerprint/fpc/libfp/fpc_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/fingerprint/fpc/libfp/fpc_private.h')
-rw-r--r--driver/fingerprint/fpc/libfp/fpc_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/fingerprint/fpc/libfp/fpc_private.h b/driver/fingerprint/fpc/libfp/fpc_private.h
index 18feff3a49..95313726f6 100644
--- a/driver/fingerprint/fpc/libfp/fpc_private.h
+++ b/driver/fingerprint/fpc/libfp/fpc_private.h
@@ -125,4 +125,7 @@ typedef struct {
int fp_sensor_maintenance(uint8_t *image_data,
fp_sensor_info_t *fp_sensor_info);
+/* Read the HWID from the sensor. */
+int fpc_check_hwid(void);
+
#endif /* __CROS_EC_FPC_PRIVATE_H */