flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / src / target / mips_mips64.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * MIPS64 generic target support                                         *
4  *
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>
8  *
9  * Based on the work of:
10  *     Copyright (C) 2008 by Spencer Oliver
11  *     Copyright (C) 2008 by David T.L. Wong
12  */
13
14 #ifndef OPENOCD_TARGET_MIPS_MIPS64_H
15 #define OPENOCD_TARGET_MIPS_MIPS64_H
16
17 #include "helper/types.h"
18
19 struct mips_mips64_common {
20         unsigned int common_magic;
21
22         struct mips64_common mips64_common;
23 };
24
25 #endif /* OPENOCD_TARGET_MIPS_MIPS64_H */