]>
Commit | Line | Data |
---|---|---|
1d4a0b6c ŁM |
1 | /* |
2 | * Copyright (C) 2012 Samsung Electronics | |
3 | * Lukasz Majewski <[email protected]> | |
4 | * | |
1a459660 | 5 | * SPDX-License-Identifier: GPL-2.0+ |
1d4a0b6c ŁM |
6 | */ |
7 | ||
8 | #ifndef __G_DOWNLOAD_H_ | |
9 | #define __G_DOWNLOAD_H_ | |
10 | ||
11 | #include <linux/usb/ch9.h> | |
1d4a0b6c | 12 | #include <linux/usb/gadget.h> |
d6eae7b0 | 13 | int g_dnl_bind_fixup(struct usb_device_descriptor *, const char *); |
1d4a0b6c ŁM |
14 | int g_dnl_register(const char *s); |
15 | void g_dnl_unregister(void); | |
ec9002e4 | 16 | void g_dnl_set_serialnumber(char *); |
1d4a0b6c | 17 | |
1d4a0b6c | 18 | #endif /* __G_DOWNLOAD_H_ */ |