xref: /qemu/target/loongarch/tcg/tcg_loongarch.h (revision 6b8f40c61bbfef1abe77eeb9c716ec642927c12c) !
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * QEMU LoongArch TCG interface
4  *
5  * Copyright (c) 2025 Loongson Technology Corporation Limited
6  */
7 #ifndef TARGET_LOONGARCH_TCG_LOONGARCH_H
8 #define TARGET_LOONGARCH_TCG_LOONGARCH_H
9 
10 void loongarch_csr_translate_init(void);
11 
12 #endif  /* TARGET_LOONGARCH_TCG_LOONGARCH_H */
13