]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/semihost-all.c
Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging
[mirror_qemu.git] / stubs / semihost-all.c
CommitLineData
ad66b5cb
AB
1/*
2 * Semihosting Stubs for all targets
3 *
4 * Copyright (c) 2023 Linaro Ltd
5 *
6 * Stubs for all targets that don't actually do semihosting.
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10
11#include "qemu/osdep.h"
12#include "semihosting/semihost.h"
13
14SemihostingTarget semihosting_get_target(void)
15{
16 return SEMIHOSTING_TARGET_AUTO;
17}