summaryrefslogtreecommitdiffstats
path: root/linux-user/loongarch64/target_structs.h
diff options
context:
space:
mode:
authorSong Gao2022-06-24 05:10:37 +0200
committerRichard Henderson2022-07-04 07:38:57 +0200
commit070f7353339861e92efc44fbdc3103ccf3cae11e (patch)
tree5aa5118372a0235dfdced17ce08453ebfe7b00e1 /linux-user/loongarch64/target_structs.h
parentMerge tag 'pull-riscv-to-apply-20220703-1' of github.com:alistair23/qemu into... (diff)
downloadqemu-070f7353339861e92efc44fbdc3103ccf3cae11e.tar.gz
qemu-070f7353339861e92efc44fbdc3103ccf3cae11e.tar.xz
qemu-070f7353339861e92efc44fbdc3103ccf3cae11e.zip
linux-user: Add LoongArch generic header files
This includes: - sockbits.h - target_errno_defs.h - target_fcntl.h - termbits.h - target_resource.h - target_structs.h Signed-off-by: Song Gao <gaosong@loongson.cn> Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: WANG Xuerui <git@xen0n.name> Message-Id: <20220624031049.1716097-2-gaosong@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/loongarch64/target_structs.h')
-rw-r--r--linux-user/loongarch64/target_structs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/linux-user/loongarch64/target_structs.h b/linux-user/loongarch64/target_structs.h
new file mode 100644
index 0000000000..6041441e15
--- /dev/null
+++ b/linux-user/loongarch64/target_structs.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/*
+ * Copyright (c) 2021 Loongson Technology Corporation Limited
+ */
+
+#ifndef LOONGARCH_TARGET_STRUCTS_H
+#define LOONGARCH_TARGET_STRUCTS_H
+
+#include "../generic/target_structs.h"
+
+#endif