summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/comm/sercomm_cons.h
blob: 179bf77d54ded9e410f10def63916726449fd581 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _SERCOMM_CONS_H
#define _SERCOMM_CONS_H

/* how large buffers do we allocate? */
#define SERCOMM_CONS_ALLOC	256

int sercomm_write(const char *s, const int len);
int sercomm_putchar(int c);
void sercomm_flush();

#endif /* _SERCOMM_CONS_H */