blob: f476bab8f10ebe14786d7335bd9bf7967fd2bfeb [file] [log] [blame]
Stefan Agner5661f082017-08-16 11:00:51 -07001/*
2 * sdp.h - Serial Download Protocol
3 *
4 * Copyright (C) 2017 Toradex
5 * Author: Stefan Agner <stefan.agner@toradex.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10#ifndef __SDP_H_
11#define __SDP_H_
12
13int sdp_init(int controller_index);
14void sdp_handle(int controller_index);
15
16#endif /* __SDP_H_ */