docs/migration: Split "dirty limit"
[qemu/ar7.git] / stubs / semihost-all.c
bloba2a1fc9c6fe9565c9d5a7fd4dec755304e55469e
1 /*
2 * Semihosting Stubs for all targets
4 * Copyright (c) 2023 Linaro Ltd
6 * Stubs for all targets that don't actually do semihosting.
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
11 #include "qemu/osdep.h"
12 #include "semihosting/semihost.h"
14 SemihostingTarget semihosting_get_target(void)
16 return SEMIHOSTING_TARGET_AUTO;