aboutsummaryrefslogtreecommitdiff
path: root/example-cdc-gnu-linux/command.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2017-09-27 19:24:08 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2017-09-27 19:24:08 +0900
commit5b7c5a9996333d882376cd45ebf4d590812ccecd (patch)
tree4e8330766db8b2c4efc9d08481cae10ed9f46baf /example-cdc-gnu-linux/command.h
parentbc39f0e58268e7f88e1c376c1a1fef17376ca44f (diff)
Use flash routines in example-cdc-gnu-linux.
Diffstat (limited to 'example-cdc-gnu-linux/command.h')
-rw-r--r--example-cdc-gnu-linux/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/example-cdc-gnu-linux/command.h b/example-cdc-gnu-linux/command.h
new file mode 100644
index 0000000..f4309b8
--- /dev/null
+++ b/example-cdc-gnu-linux/command.h
@@ -0,0 +1,2 @@
+void cmd_dispatch (struct tty *tty, const char *line);
+char * compose_hex_ptr (char *s, uintptr_t v);