1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * sdp.h - Serial Download Protocol
5 * Copyright (C) 2017 Toradex
12 int sdp_init(struct udevice *udc);
14 #ifdef CONFIG_SPL_BUILD
17 int spl_sdp_handle(struct udevice *udc, struct spl_image_info *spl_image,
18 struct spl_boot_device *bootdev);
20 int sdp_handle(struct udevice *udc);