summaryrefslogtreecommitdiff
path: root/common/host.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-11-20 11:19:59 +0900
committertmk <nobody@nowhere>2013-11-20 11:32:09 +0900
commitd7f663a1ea4487a6dc5be76085eff7b00bec9704 (patch)
tree8bbec9b81d8154aebb765b9734a7ce6abc47b832 /common/host.h
parent755e4d8b00a4f9be0c50c2b005d063b94c528f8c (diff)
Fix to build ps2_mouse with both LUFA and PJRC
- change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c
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 c1a0fbac40..8ff2629852 100644
--- a/common/host.h
+++ b/common/host.h
@@ -32,9 +32,6 @@ extern "C" {
extern bool keyboard_nkro;
#endif
-/* report */
-extern report_mouse_t mouse_report;
-
/* host driver */
void host_set_driver(host_driver_t *driver);
@@ -47,9 +44,6 @@ void host_mouse_send(report_mouse_t *report);
void host_system_send(uint16_t data);
void host_consumer_send(uint16_t data);
-/* mouse report utils */
-uint8_t host_mouse_in_use(void);
-
uint16_t host_last_sysytem_report(void);
uint16_t host_last_consumer_report(void);