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