xref: /qemu/linux-user/loongarch64/target_structs.h (revision 146b5fa505fc21baa129c7538936fbdd9875b6ed)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (c) 2021 Loongson Technology Corporation Limited
4  */
5 
6 #ifndef LOONGARCH_TARGET_STRUCTS_H
7 #define LOONGARCH_TARGET_STRUCTS_H
8 
9 #include "../generic/target_structs.h"
10 
11 #endif
12