]> rtime.felk.cvut.cz Git - fpga/virtex2/uart.git/blob - software/swuart.h
Copied all needed files.
[fpga/virtex2/uart.git] / software / swuart.h
1 #ifndef SWUART_H
2 #define SWUART_H
3
4 void serPutc(char);             //send one character over timer_a uart
5 extern char rxdata;
6 #endif //SWUART_H