exec/memory: Use struct Object typedef
[qemu/ar7.git] / accel / tcg / internal.h
blobe9c145e0fbe0e829c0379a70f3dfc9d7b4af2619
1 /*
2 * Internal execution defines for qemu
4 * Copyright (c) 2003 Fabrice Bellard
6 * SPDX-License-Identifier: LGPL-2.1-or-later
7 */
9 #ifndef ACCEL_TCG_INTERNAL_H
10 #define ACCEL_TCG_INTERNAL_H
12 #include "exec/exec-all.h"
14 TranslationBlock *tb_gen_code(CPUState *cpu, target_ulong pc,
15 target_ulong cs_base, uint32_t flags,
16 int cflags);
18 void QEMU_NORETURN cpu_io_recompile(CPUState *cpu, uintptr_t retaddr);
20 #endif /* ACCEL_TCG_INTERNAL_H */