Files
bs_explorer/app/src/cmds/exit.h
2025-02-16 12:38:13 +01:00

10 lines
189 B
C

#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 */