diff options
Diffstat (limited to 'tmk_core/common/host_driver.h')
-rw-r--r-- | tmk_core/common/host_driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/host_driver.h b/tmk_core/common/host_driver.h index f34a22053..2aebca043 100644 --- a/tmk_core/common/host_driver.h +++ b/tmk_core/common/host_driver.h | |||
@@ -30,3 +30,5 @@ typedef struct { | |||
30 | void (*send_system)(uint16_t); | 30 | void (*send_system)(uint16_t); |
31 | void (*send_consumer)(uint16_t); | 31 | void (*send_consumer)(uint16_t); |
32 | } host_driver_t; | 32 | } host_driver_t; |
33 | |||
34 | void send_digitizer(report_digitizer_t *report); \ No newline at end of file | ||