]> Git Repo - J-u-boot.git/blob - include/thor.h
Merge branch '2020-03-27-master-imports'
[J-u-boot.git] / include / thor.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * thor.h -- USB THOR Downloader protocol
4  *
5  * Copyright (C) 2013 Samsung Electronics
6  * Lukasz Majewski  <[email protected]>
7  *
8  */
9
10 #ifndef __THOR_H_
11 #define __THOR_H_
12
13 #include <linux/usb/composite.h>
14
15 int thor_handle(void);
16 int thor_init(void);
17 int thor_add(struct usb_configuration *c);
18 #endif /* __THOR_H_ */
This page took 0.026979 seconds and 4 git commands to generate.