]> Git Repo - u-boot.git/blame - include/thor.h
mmc: add a library function to send tuning command
[u-boot.git] / include / thor.h
CommitLineData
c5279377
ŁM
1/*
2 * thor.h -- USB THOR Downloader protocol
3 *
4 * Copyright (C) 2013 Samsung Electronics
5 * Lukasz Majewski <[email protected]>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 *
9 */
10
11#ifndef __THOR_H_
12#define __THOR_H_
13
14#include <linux/usb/composite.h>
15
16int thor_handle(void);
17int thor_init(void);
c5279377 18int thor_add(struct usb_configuration *c);
c5279377 19#endif /* __THOR_H_ */
This page took 0.318494 seconds and 4 git commands to generate.