1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * MIPS64 generic target support *
5 * Copyright (C) 2014 by Andrey Sidorov <anysidorov@gmail.com>
6 * Copyright (C) 2014 by Aleksey Kuleshov <rndfax@yandex.ru>
7 * Copyright (C) 2014-2019 by Peter Mamonov <pmamonov@gmail.com>
9 * Based on the work of:
10 * Copyright (C) 2008 by Spencer Oliver
11 * Copyright (C) 2008 by David T.L. Wong
14 #ifndef OPENOCD_TARGET_MIPS_MIPS64_H
15 #define OPENOCD_TARGET_MIPS_MIPS64_H
17 #include "helper/types.h"
19 struct mips_mips64_common {
21 struct mips64_common mips64_common;
24 #endif /* OPENOCD_TARGET_MIPS_MIPS64_H */