diff options
Diffstat (limited to 'src/st-info/info.h')
-rw-r--r-- | src/st-info/info.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/st-info/info.h b/src/st-info/info.h new file mode 100644 index 0000000..8e978e6 --- /dev/null +++ b/src/st-info/info.h @@ -0,0 +1,18 @@ +/* + * File: info.h + * + * Tool st-info + */ + +#ifndef INFO_H +#define INFO_H + +// static void usage(void); +// static void stlink_print_version(stlink_t *sl); +// static void stlink_print_info(stlink_t *sl); + +// static void stlink_probe(enum connect_type connect, int32_t freq) { }; +static int32_t print_data(int32_t ac, char **av); +int32_t main(int32_t ac, char** av); + +#endif // INFO_H
\ No newline at end of file |