OpenOCD
mips_mips64.h
Go to the documentation of this file.
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 
20  unsigned int common_magic;
21 
23 };
24 
25 #endif /* OPENOCD_TARGET_MIPS_MIPS64_H */
unsigned int common_magic
Definition: mips_mips64.h:20