diff options
author | tmk <nobody@nowhere> | 2011-02-03 13:26:44 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-02-22 03:08:52 +0900 |
commit | 0632618d29dfb30c76b4e7c310dc7bee36919f63 (patch) | |
tree | 8a5b0bab7a1b46b83943e3676cf868137fd91fa7 /ps2_vusb/host_vusb.h | |
parent | 4f5f1a53d449172263e83c5769c92976e0d3332e (diff) |
added initial support of mousekeys to ps2_vusb
Diffstat (limited to 'ps2_vusb/host_vusb.h')
-rw-r--r-- | ps2_vusb/host_vusb.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ps2_vusb/host_vusb.h b/ps2_vusb/host_vusb.h new file mode 100644 index 0000000000..c9b1d77671 --- /dev/null +++ b/ps2_vusb/host_vusb.h @@ -0,0 +1,7 @@ +#ifndef HOST_VUSB_H +#define HOST_VUSB_H + +void host_vusb_keyboard_send(void); + +#endif + |