mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
6 lines
167 B
C
6 lines
167 B
C
|
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);
|