1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * thor.h -- USB THOR Downloader protocol
5 * Copyright (C) 2013 Samsung Electronics
6 * Lukasz Majewski <l.majewski@samsung.com>
13 #include <linux/usb/composite.h>
15 int thor_handle(void);
17 int thor_add(struct usb_configuration *c);
18 #endif /* __THOR_H_ */