From ae51f41d14f548d494ac41e0d21137c5a4c3f59c Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 30 Oct 2019 14:21:52 +0800 Subject: import the U-Boot code and make it compile --- include/thor.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 include/thor.h (limited to 'include/thor.h') diff --git a/include/thor.h b/include/thor.h new file mode 100644 index 0000000..62501bd --- /dev/null +++ b/include/thor.h @@ -0,0 +1,18 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * thor.h -- USB THOR Downloader protocol + * + * Copyright (C) 2013 Samsung Electronics + * Lukasz Majewski + * + */ + +#ifndef __THOR_H_ +#define __THOR_H_ + +#include + +int thor_handle(void); +int thor_init(void); +int thor_add(struct usb_configuration *c); +#endif /* __THOR_H_ */ -- cgit v1.2.3