diff options
Diffstat (limited to 'include/g_dnl.h')
-rw-r--r-- | include/g_dnl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/g_dnl.h b/include/g_dnl.h index f47395f..f8affd8 100644 --- a/include/g_dnl.h +++ b/include/g_dnl.h @@ -23,7 +23,7 @@ #include <linux/usb/ch9.h> #include <linux/usb/gadget.h> - +int g_dnl_bind_fixup(struct usb_device_descriptor *); int g_dnl_register(const char *s); void g_dnl_unregister(void); |