blob: b6c4dd4ac3a1bf89c05c6e956ab90dc27ba9c42d [file] [log] [blame]
Lukasz Majewski1d4a0b62012-08-06 14:41:05 +02001/*
2 * Copyright (C) 2012 Samsung Electronics
3 * Lukasz Majewski <l.majewski@samsung.com>
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Lukasz Majewski1d4a0b62012-08-06 14:41:05 +02006 */
7
8#ifndef __G_DOWNLOAD_H_
9#define __G_DOWNLOAD_H_
10
11#include <linux/usb/ch9.h>
Lukasz Majewski1d4a0b62012-08-06 14:41:05 +020012#include <linux/usb/gadget.h>
Heiko Schocherc5398cc2013-06-04 11:19:50 +020013int g_dnl_bind_fixup(struct usb_device_descriptor *);
Lukasz Majewski1d4a0b62012-08-06 14:41:05 +020014int g_dnl_register(const char *s);
15void g_dnl_unregister(void);
16
Lukasz Majewski1d4a0b62012-08-06 14:41:05 +020017#endif /* __G_DOWNLOAD_H_ */