OpenOCD
nds32_cmd.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /***************************************************************************
4  * Copyright (C) 2013 Andes Technology *
5  * Hsiangkai Wang <hkwang@andestech.com> *
6  ***************************************************************************/
7 
8 #ifndef OPENOCD_TARGET_NDS32_CMD_H
9 #define OPENOCD_TARGET_NDS32_CMD_H
10 
11 #include <helper/command.h>
12 
13 extern const struct command_registration nds32_command_handlers[];
14 
15 #endif /* OPENOCD_TARGET_NDS32_CMD_H */
const struct command_registration nds32_command_handlers[]
Definition: nds32_cmd.c:1114