Be sure to add "void" to all function prototypes that take no args.
[seabios.git] / src / usb-hid.h
index 26ca91a7d95175d2866befdb4dd7ce254cfc14aa..6dbb2ada2a0964c27fd7f699a181ea4e0a38f4a1 100644 (file)
@@ -5,8 +5,8 @@
 struct usb_interface_descriptor;
 int usb_keyboard_init(u32 endp, struct usb_interface_descriptor *iface
                       , int imax);
-void usb_keyboard_setup();
-void usb_check_key();
+void usb_keyboard_setup(void);
+void usb_check_key(void);
 
 
 /****************************************************************