From 46e7fb2d3ccd699c0a1b1fd9d02860b1f2a44141 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Mon, 26 Oct 2015 14:49:46 -0400 Subject: quantum separated --- common/matrix.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common') diff --git a/common/matrix.h b/common/matrix.h index 107ee72653..7c133f142a 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 -- cgit v1.2.3