summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/host_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/host_driver.h')
-rw-r--r--tmk_core/protocol/host_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/protocol/host_driver.h b/tmk_core/protocol/host_driver.h
index 680d9727d3..ae6e40ddc3 100644
--- a/tmk_core/protocol/host_driver.h
+++ b/tmk_core/protocol/host_driver.h
@@ -31,4 +31,5 @@ typedef struct {
void (*send_programmable_button)(uint32_t);
} host_driver_t;
+void send_joystick(report_joystick_t *report);
void send_digitizer(report_digitizer_t *report);