summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/comm/sercomm_cons.h
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-07-15 20:30:44 +0200
committerIngo Albrecht <prom@berlin.ccc.de>2010-08-17 00:29:08 +0200
commit0829532cb8c653cbf5d1242e50d548bd296bc81f (patch)
tree1ebf19b3bbc1d82b95897eaae02829142c6bd733 /src/target/firmware/include/comm/sercomm_cons.h
parentff7ce383a16d4eeede22039873f060341630294a (diff)
firmware: switched from libmini to dietlibc
Diffstat (limited to 'src/target/firmware/include/comm/sercomm_cons.h')
-rw-r--r--src/target/firmware/include/comm/sercomm_cons.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/target/firmware/include/comm/sercomm_cons.h b/src/target/firmware/include/comm/sercomm_cons.h
index 11f66545..179bf77d 100644
--- a/src/target/firmware/include/comm/sercomm_cons.h
+++ b/src/target/firmware/include/comm/sercomm_cons.h
@@ -4,7 +4,8 @@
/* how large buffers do we allocate? */
#define SERCOMM_CONS_ALLOC 256
-int sercomm_puts(const char *s);
+int sercomm_write(const char *s, const int len);
int sercomm_putchar(int c);
+void sercomm_flush();
#endif /* _SERCOMM_CONS_H */