mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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);
|