2022-06-26 18:24:07 -05:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
|
2013-02-04 21:55:37 -06:00
|
|
|
/***************************************************************************
|
|
|
|
* Copyright (C) 2013 Andes Technology *
|
|
|
|
* Hsiangkai Wang <hkwang@andestech.com> *
|
|
|
|
***************************************************************************/
|
|
|
|
|
2015-09-21 14:07:46 -05:00
|
|
|
#ifndef OPENOCD_TARGET_NDS32_CMD_H
|
|
|
|
#define OPENOCD_TARGET_NDS32_CMD_H
|
|
|
|
|
2013-02-04 21:55:37 -06:00
|
|
|
#include <helper/command.h>
|
|
|
|
|
|
|
|
extern const struct command_registration nds32_command_handlers[];
|
|
|
|
|
2015-09-21 14:07:46 -05:00
|
|
|
#endif /* OPENOCD_TARGET_NDS32_CMD_H */
|