1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * thor.h -- USB THOR Downloader protocol
5 * Copyright (C) 2013 Samsung Electronics
13 #include <linux/usb/composite.h>
15 #define THOR_DFU_REINIT_NEEDED 0xFFFFFFFE
17 int thor_handle(struct udevice *udc);
18 int thor_init(struct udevice *udc);
19 int thor_add(struct usb_configuration *c);
20 #endif /* __THOR_H_ */