diff options
Diffstat (limited to 'ps2_vusb/host.h')
-rw-r--r-- | ps2_vusb/host.h | 1 |
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); |