summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/tools/gdb/remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/tools/gdb/remote.h')
-rw-r--r--qemu/roms/u-boot/tools/gdb/remote.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/tools/gdb/remote.h b/qemu/roms/u-boot/tools/gdb/remote.h
new file mode 100644
index 000000000..df6b06988
--- /dev/null
+++ b/qemu/roms/u-boot/tools/gdb/remote.h
@@ -0,0 +1,12 @@
+/*
+ * (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);