qemu/include/semihosting
Philippe Mathieu-Daudé f961773ce1 semihosting: Include missing 'gdbstub/syscalls.h' header
"semihosting/syscalls.h" requires definitions from
"gdbstub/syscalls.h", include it in order to avoid:

  include/semihosting/syscalls.h:23:38: error: unknown type name 'gdb_syscall_complete_cb'
  void semihost_sys_open(CPUState *cs, gdb_syscall_complete_cb complete,
                                       ^

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240717105723.58965-2-philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240718094523.1198645-9-alex.bennee@linaro.org>
2024-07-22 09:38:01 +01:00
..
common-semi.h semihosting: Move common-semi.h to include/semihosting/ 2022-06-28 04:35:07 +05:30
console.h semihosting: Remove qemu_semihosting_log_out 2022-07-12 22:32:12 +02:00
guestfd.h semihosting: Create qemu_semihosting_guestfd_init 2022-06-28 04:36:50 +05:30
semihost.h semihosting: Clean up global variable shadowing 2023-10-06 13:27:48 +02:00
syscalls.h semihosting: Include missing 'gdbstub/syscalls.h' header 2024-07-22 09:38:01 +01:00
uaccess.h exec/cpu: Extract page-protection definitions to page-protection.h 2024-05-06 11:17:15 +02:00