summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/comm/sercomm_cons.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include/comm/sercomm_cons.h')
-rw-r--r--src/target/firmware/include/comm/sercomm_cons.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/target/firmware/include/comm/sercomm_cons.h b/src/target/firmware/include/comm/sercomm_cons.h
new file mode 100644
index 0000000..11f6654
--- /dev/null
+++ b/src/target/firmware/include/comm/sercomm_cons.h
@@ -0,0 +1,10 @@
+#ifndef _SERCOMM_CONS_H
+#define _SERCOMM_CONS_H
+
+/* how large buffers do we allocate? */
+#define SERCOMM_CONS_ALLOC 256
+
+int sercomm_puts(const char *s);
+int sercomm_putchar(int c);
+
+#endif /* _SERCOMM_CONS_H */