app dir changed and src dir removed
This commit is contained in:
10
bs/cmds/exit.h
Normal file
10
bs/cmds/exit.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user