10 lines
191 B
C
10 lines
191 B
C
#ifndef _LIST_PROBES_H
|
|
#define _LIST_PROBES_H
|
|
|
|
#include "jtag_core/jtag_core.h"
|
|
|
|
extern const char cmd_list_probes_help[];
|
|
|
|
int cmd_list_probes(jtag_core *jc, int argc, char *argv[]);
|
|
|
|
#endif |