]> rtime.felk.cvut.cz Git - sysless.git/blob - arch/msp430/mach-openmsp430/libs/uart.h
Added mach-openmsp430 arch.
[sysless.git] / arch / msp430 / mach-openmsp430 / libs / uart.h
1 #ifndef UART_H
2 #define UART_H
3
4 int putchar(int c);
5
6 int getchar();
7
8 int isRxEmpty();
9
10 #endif
11