wip
This commit is contained in:
11
app/src/cmds/scan.h
Normal file
11
app/src/cmds/scan.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _CMDS_SCAN_H
|
||||
#define _CMDS_SCAN_H
|
||||
|
||||
#include "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