]> rtime.felk.cvut.cz Git - fpga/virtex2/uart.git/blob - software/uart.h
Software modification to work whit HW UART
[fpga/virtex2/uart.git] / software / uart.h
1 #ifndef UART_H
2 #define UART_H
3
4 int putchar(int c);
5
6 int getchar();
7
8 #endif
9