mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:17 +00:00
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-id: 20260219040150.2098396-5-pierrick.bouvier@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
15 lines
319 B
C
15 lines
319 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#ifndef HELPER_A64_H
|
|
#define HELPER_A64_H
|
|
|
|
#include "exec/helper-proto-common.h"
|
|
#include "exec/helper-gen-common.h"
|
|
|
|
#define HELPER_H "tcg/helper-a64-defs.h"
|
|
#include "exec/helper-proto.h.inc"
|
|
#include "exec/helper-gen.h.inc"
|
|
#undef HELPER_H
|
|
|
|
#endif /* HELPER_A64_H */
|