diff options
Diffstat (limited to 'example-cdc-gnu-linux/command.h')
-rw-r--r-- | example-cdc-gnu-linux/command.h | 2 |
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); |