Files
bs_explorer/bs/cmds/help.h

8 lines
153 B
C

#ifndef _CMD_HELP_H
#define _CMD_HELP_H
#include "jtag_core/jtag_core.h"
int cmd_help(jtag_core *jc, int argc, char *argv[]);
#endif /* _CMD_help_H */