mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
1a4596601f
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
12 lines
279 B
C
12 lines
279 B
C
/*
|
|
* (C) Copyright 2000
|
|
* Murray Jensen <Murray.Jensen@csiro.au>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
extern int remote_desc, remote_timeout;
|
|
|
|
extern void remote_reset(void);
|
|
extern void remote_continue(void);
|
|
extern int remote_write_bytes(unsigned long, char *, int);
|