aboutsummaryrefslogtreecommitdiffstats
path: root/common/matrix.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-10-26 14:49:46 -0400
committerJack Humbert <jack.humb@gmail.com>2015-10-26 14:49:46 -0400
commit46e7fb2d3ccd699c0a1b1fd9d02860b1f2a44141 (patch)
treef0b00f664ecdaf83e30f27baf20780eb5d91c39a /common/matrix.h
parentff8d8a50dfbb8502003a5181878c54a71b8c57d5 (diff)
downloadfirmware-46e7fb2d3ccd699c0a1b1fd9d02860b1f2a44141.tar.gz
firmware-46e7fb2d3ccd699c0a1b1fd9d02860b1f2a44141.tar.bz2
firmware-46e7fb2d3ccd699c0a1b1fd9d02860b1f2a44141.zip
quantum separated
Diffstat (limited to 'common/matrix.h')
-rw-r--r--common/matrix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/matrix.h b/common/matrix.h
index 107ee7265..7c133f142 100644
--- a/common/matrix.h
+++ b/common/matrix.h
@@ -61,6 +61,10 @@ void matrix_print(void);
void matrix_power_up(void);
void matrix_power_down(void);
+void *matrix_init_kb(void);
+void *matrix_scan_kb(void);
+
+
#ifdef __cplusplus
}
#endif