16 lines
681 B
Diff
16 lines
681 B
Diff
|
--- xen-4.5.0-testing/tools/firmware/seabios-dir-remote/src/hw/usb-hid.h.orig 2015-03-12 10:49:39.606373644 +0000
|
||
|
+++ xen-4.5.0-testing/tools/firmware/seabios-dir-remote/src/hw/usb-hid.h 2015-03-12 10:49:55.481555672 +0000
|
||
|
@@ -4,10 +4,10 @@
|
||
|
// usb-hid.c
|
||
|
struct usbdevice_s;
|
||
|
int usb_hid_setup(struct usbdevice_s *usbdev);
|
||
|
-inline int usb_kbd_active(void);
|
||
|
-inline int usb_kbd_command(int command, u8 *param);
|
||
|
-inline int usb_mouse_active(void);
|
||
|
-inline int usb_mouse_command(int command, u8 *param);
|
||
|
+int usb_kbd_active(void);
|
||
|
+int usb_kbd_command(int command, u8 *param);
|
||
|
+int usb_mouse_active(void);
|
||
|
+int usb_mouse_command(int command, u8 *param);
|
||
|
void usb_check_event(void);
|