app dir changed and src dir removed
This commit is contained in:
11
bs/cmds/scan.h
Normal file
11
bs/cmds/scan.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _CMDS_SCAN_H
|
||||
#define _CMDS_SCAN_H
|
||||
|
||||
#include "jtag_core/jtag_core.h"
|
||||
|
||||
extern const char cmd_scan_help[];
|
||||
|
||||
int cmd_scan(jtag_core *jc, int argc, char *argv[]);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user