Some hotplug support (buggy)

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-06-02 21:54:51 +02:00
parent 5434f8bf3a
commit f5db3949e7
4 changed files with 117 additions and 25 deletions

View file

@ -227,4 +227,6 @@ struct grub_usb_attach_desc
void grub_usb_register_attach_hook_class (struct grub_usb_attach_desc *desc);
void grub_usb_unregister_attach_hook_class (struct grub_usb_attach_desc *desc);
void grub_usb_poll_devices (void);
#endif /* GRUB_USB_H */