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