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

/* how large buffers do we allocate? */
#define SERCOMM_CONS_ALLOC	(256-4)

int sercomm_puts(const char *s);
int sercomm_putchar(int c);

#endif /* _SERCOMM_CONS_H */