10 lines
195 B
C
10 lines
195 B
C
#ifndef _SELECT_PROBE_H
|
|
#define _SELECT_PROBE_H
|
|
|
|
#include "jtag_core/jtag_core.h"
|
|
|
|
extern const char cmd_select_probe_help[];
|
|
|
|
int cmd_select_probe(jtag_core *jc, int argc, char *argv[]);
|
|
|
|
#endif |