]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/usb/gadget/f_thor.c
USB: gadget: added a saner gadget downloader registration API
[people/ms/u-boot.git] / drivers / usb / gadget / f_thor.c
index ba479450073736e0fc6200fc97018d53e9ce5358..feef9e4619c482c31d7ce5a45bbab55a772c6146 100644 (file)
@@ -1004,3 +1004,5 @@ int thor_add(struct usb_configuration *c)
        debug("%s:\n", __func__);
        return thor_func_init(c);
 }
+
+DECLARE_GADGET_BIND_CALLBACK(usb_dnl_thor, thor_add);