projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge git://git.denx.de/u-boot-marvell
[platform/kernel/u-boot.git]
/
include
/
sdp.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* sdp.h - Serial Download Protocol
4
*
5
* Copyright (C) 2017 Toradex
6
* Author: Stefan Agner <stefan.agner@toradex.com>
7
*/
8
9
#ifndef __SDP_H_
10
#define __SDP_H_
11
12
int sdp_init(int controller_index);
13
void sdp_handle(int controller_index);
14
15
#endif /* __SDP_H_ */