void hw_print_drivers(FILE *)
Prints all drivers known to the system to the file given as argument.
int hw_choose_driver(const char *name)
Interface to the userspace drivers.
struct driver * for_each_driver(drv_guest_func func, void *arg)
struct driver *(* drv_guest_func)(struct driver *, void *)
struct driver *(* plugin_guest_func)(const char *, drv_guest_func, void *)
void for_each_plugin(plugin_guest_func plugin_guest, void *arg)