summaryrefslogtreecommitdiffstats
path: root/include/semihosting/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/semihosting/console.h')
-rw-r--r--include/semihosting/console.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/semihosting/console.h b/include/semihosting/console.h
index d6c1cc58ab..20c31d89d4 100644
--- a/include/semihosting/console.h
+++ b/include/semihosting/console.h
@@ -12,19 +12,6 @@
#include "cpu.h"
/**
- * qemu_semihosting_console_outs:
- * @env: CPUArchState
- * @s: host address of null terminated guest string
- *
- * Send a null terminated guest string to the debug console. This may
- * be the remote gdb session if a softmmu guest is currently being
- * debugged.
- *
- * Returns: number of bytes written.
- */
-int qemu_semihosting_console_outs(CPUArchState *env, target_ulong s);
-
-/**
* qemu_semihosting_console_read:
* @cs: CPUState
* @buf: host buffer