aboutsummaryrefslogtreecommitdiff
path: root/common/host.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/host.h')
-rw-r--r--common/host.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/host.h b/common/host.h
index c1a0fbac4..8ff262985 100644
--- a/common/host.h
+++ b/common/host.h
@@ -32,9 +32,6 @@ extern "C" {
32extern bool keyboard_nkro; 32extern bool keyboard_nkro;
33#endif 33#endif
34 34
35/* report */
36extern report_mouse_t mouse_report;
37
38 35
39/* host driver */ 36/* host driver */
40void host_set_driver(host_driver_t *driver); 37void host_set_driver(host_driver_t *driver);
@@ -47,9 +44,6 @@ void host_mouse_send(report_mouse_t *report);
47void host_system_send(uint16_t data); 44void host_system_send(uint16_t data);
48void host_consumer_send(uint16_t data); 45void host_consumer_send(uint16_t data);
49 46
50/* mouse report utils */
51uint8_t host_mouse_in_use(void);
52
53uint16_t host_last_sysytem_report(void); 47uint16_t host_last_sysytem_report(void);
54uint16_t host_last_consumer_report(void); 48uint16_t host_last_consumer_report(void);
55 49