]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/thor.h
configs: Migrate the various SPL_BOOT_xxx choices for PowerPC
[thirdparty/u-boot.git] / include / thor.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
c5279377
ŁM
2/*
3 * thor.h -- USB THOR Downloader protocol
4 *
5 * Copyright (C) 2013 Samsung Electronics
6 * Lukasz Majewski <l.majewski@samsung.com>
7 *
c5279377
ŁM
8 */
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);
c5279377 17int thor_add(struct usb_configuration *c);
c5279377 18#endif /* __THOR_H_ */