#ifndef _CMD_EXIT_H #define _CMD_EXIT_H #include "jtag_core/jtag_core.h" extern const char cmd_exit_help[]; int cmd_exit(jtag_core *jc, int argc, char *argv[]); #endif /* _CMD_EXIT_H */