summaryrefslogtreecommitdiff
path: root/linux-user/loongarch64/termbits.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/loongarch64/termbits.h')
-rw-r--r--linux-user/loongarch64/termbits.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/linux-user/loongarch64/termbits.h b/linux-user/loongarch64/termbits.h
new file mode 100644
index 0000000000..d425db8748
--- /dev/null
+++ b/linux-user/loongarch64/termbits.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/*
+ * Copyright (c) 2021 Loongson Technology Corporation Limited
+ */
+
+#ifndef LOONGARCH_TARGET_TERMBITS_H
+#define LOONGARCH_TARGET_TERMBITS_H
+
+#include "../generic/termbits.h"
+
+#endif