diff options
Diffstat (limited to 'vusb/host_vusb.h')
-rw-r--r-- | vusb/host_vusb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vusb/host_vusb.h b/vusb/host_vusb.h new file mode 100644 index 000000000..f09ad5822 --- /dev/null +++ b/vusb/host_vusb.h @@ -0,0 +1,6 @@ +#ifndef HOST_VUSB_H +#define HOST_VUSB_H + +void host_vusb_keyboard_send(void); + +#endif |