summaryrefslogtreecommitdiffstats
path: root/ps2_vusb/host.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-02-07 14:59:07 +0900
committertmk <nobody@nowhere>2011-02-22 03:08:54 +0900
commit04f351b80279c55dfc6c8028f95eab7e01d50c84 (patch)
tree09e211eb1d1384d04374069e7e668b37a2f54bfd /ps2_vusb/host.h
parent0632618d29dfb30c76b4e7c310dc7bee36919f63 (diff)
PS/2 library receives data partially by interrupt
Diffstat (limited to 'ps2_vusb/host.h')
-rw-r--r--ps2_vusb/host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ps2_vusb/host.h b/ps2_vusb/host.h
index b4b9eefbe1..fa7e79910b 100644
--- a/ps2_vusb/host.h
+++ b/ps2_vusb/host.h
@@ -29,6 +29,7 @@ typedef struct {
} report_mouse_t;
+extern uint8_t host_keyboard_led;
void host_keyboard_send(report_keyboard_t *report);
void host_mouse_send(report_mouse_t *report);