osd-contiki/uart0.h

8 lines
121 B
C
Raw Normal View History

2012-10-03 20:37:11 +02:00
#ifndef UART0_H__
#define UART0_H__
void uart0_init(void);
2014-01-04 23:27:24 +01:00
int uart0_puts(const char __far *s);
2012-10-03 20:37:11 +02:00
2014-01-04 23:27:24 +01:00
#endif /* UART0_H__ */