some routines for removing a device on demand. thist do not work properly
[ppcskel.git] / usb / drivers / class / hid.h
index e8218ad9778298a6f248c7d8758e1bc8a6329707..04a278662cf88ec71e2cd341fa9804ae9e92a724 100644 (file)
@@ -36,6 +36,7 @@ u8 usb_hidkb_inuse();
 struct kbrep *usb_hidkb_getChars();
 unsigned char usb_hidkb_get_char_from_keycode(u8 keycode, int shifted);
 void usb_hidkb_set_idle(struct usb_device *dev, u8 duration);
+void usb_hidkb_remove();
 
 #endif /* __HID_H */