This commit is contained in:
François Dausseur
2025-02-13 17:25:36 +01:00
parent c5fca73cc6
commit f1c68de819
19 changed files with 456 additions and 283 deletions

10
app/src/cmds/exit.h Normal file
View File

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