]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - include/g_dnl.h
f4e8d1089e639b8d3157221e0dff60294063fb37
[karo-tx-uboot.git] / include / g_dnl.h
1 /*
2  *  Copyright (C) 2012 Samsung Electronics
3  *  Lukasz Majewski <l.majewski@samsung.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef __G_DOWNLOAD_H_
9 #define __G_DOWNLOAD_H_
10
11 #include <linux/usb/ch9.h>
12 #include <linux/usb/gadget.h>
13 int g_dnl_bind_fixup(struct usb_device_descriptor *, const char *);
14 int g_dnl_board_usb_cable_connected(void);
15 int g_dnl_register(const char *s);
16 void g_dnl_unregister(void);
17 void g_dnl_set_serialnumber(char *);
18
19 #endif /* __G_DOWNLOAD_H_ */