blob: 62501bda17c5ce4aa7e388a57c7210e04256a1c9 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Lukasz Majewskic5279372013-10-08 14:30:42 +02002/*
3 * thor.h -- USB THOR Downloader protocol
4 *
5 * Copyright (C) 2013 Samsung Electronics
6 * Lukasz Majewski <l.majewski@samsung.com>
7 *
Lukasz Majewskic5279372013-10-08 14:30:42 +02008 */
9
10#ifndef __THOR_H_
11#define __THOR_H_
12
13#include <linux/usb/composite.h>
14
15int thor_handle(void);
16int thor_init(void);
Lukasz Majewskic5279372013-10-08 14:30:42 +020017int thor_add(struct usb_configuration *c);
Lukasz Majewskic5279372013-10-08 14:30:42 +020018#endif /* __THOR_H_ */