You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
279 B

/*
* (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);