xref: /openbmc/qemu/target/loongarch/tcg/tcg_loongarch.h (revision 003d35ad6c612d13ebf0a78f828b0c3ee4f44e3d)
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