contiki/cpu/rl78/uart0.h
2014-01-04 17:27:24 -05:00

8 lines
121 B
C

#ifndef UART0_H__
#define UART0_H__
void uart0_init(void);
int uart0_puts(const char __far *s);
#endif /* UART0_H__ */