14 lines
554 B
C
14 lines
554 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
/***************************************************************************
|
|
* Copyright (C) 2023 by Nuclei wangyanwen *
|
|
* wangyanwen@nucleisys.com *
|
|
***************************************************************************/
|
|
|
|
#ifndef TARGET__RISCV__NUCLEI_RISCV_H
|
|
#define TARGET__RISCV__NUCLEI_RISCV_H
|
|
|
|
extern const struct command_registration nuclei_command_group_handlers[];
|
|
|
|
#endif /* TARGET__RISCV__NUCLEI_RISCV_H */
|