]> git.ipfire.org Git - people/ms/u-boot.git/blob - tools/gdb/remote.h
imx: hab: Check if CSF is valid before authenticating image
[people/ms/u-boot.git] / tools / gdb / remote.h
1 /*
2 * (C) Copyright 2000
3 * Murray Jensen <Murray.Jensen@csiro.au>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8 extern int remote_desc, remote_timeout;
9
10 extern void remote_reset(void);
11 extern void remote_continue(void);
12 extern int remote_write_bytes(unsigned long, char *, int);