aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips_mips64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/mips_mips64.h')
-rw-r--r--src/target/mips_mips64.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/target/mips_mips64.h b/src/target/mips_mips64.h
new file mode 100644
index 00000000..69fb2a6f
--- /dev/null
+++ b/src/target/mips_mips64.h
@@ -0,0 +1,24 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/*
+ * MIPS64 generic target support *
+ *
+ * Copyright (C) 2014 by Andrey Sidorov <anysidorov@gmail.com>
+ * Copyright (C) 2014 by Aleksey Kuleshov <rndfax@yandex.ru>
+ * Copyright (C) 2014-2019 by Peter Mamonov <pmamonov@gmail.com>
+ *
+ * Based on the work of:
+ * Copyright (C) 2008 by Spencer Oliver
+ * Copyright (C) 2008 by David T.L. Wong
+ */
+
+#ifndef OPENOCD_TARGET_MIPS_MIPS64_H
+#define OPENOCD_TARGET_MIPS_MIPS64_H
+
+#include "helper/types.h"
+
+struct mips_mips64_common {
+ int common_magic;
+ struct mips64_common mips64_common;
+};
+
+#endif /* OPENOCD_TARGET_MIPS_MIPS64_H */