target/xtensa: virtualize XDM registers
[openocd.git] / src / target / nds32_cmd.h
blob15932438c0da53c53afb4b3e1adaec399b0e4e72
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 /***************************************************************************
4 * Copyright (C) 2013 Andes Technology *
5 * Hsiangkai Wang <hkwang@andestech.com> *
6 ***************************************************************************/
8 #ifndef OPENOCD_TARGET_NDS32_CMD_H
9 #define OPENOCD_TARGET_NDS32_CMD_H
11 #include <helper/command.h>
13 extern const struct command_registration nds32_command_handlers[];
15 #endif /* OPENOCD_TARGET_NDS32_CMD_H */