16 lines
567 B
C
16 lines
567 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
/***************************************************************************
|
|
* Copyright (C) 2013 Andes Technology *
|
|
* Hsiangkai Wang <hkwang@andestech.com> *
|
|
***************************************************************************/
|
|
|
|
#ifndef OPENOCD_TARGET_NDS32_CMD_H
|
|
#define OPENOCD_TARGET_NDS32_CMD_H
|
|
|
|
#include <helper/command.h>
|
|
|
|
extern const struct command_registration nds32_command_handlers[];
|
|
|
|
#endif /* OPENOCD_TARGET_NDS32_CMD_H */
|