X-Git-Url: https://rtime.felk.cvut.cz/gitweb/fpga/virtex2/uart.git/blobdiff_plain/18168561d4ba83c72a2bb46379eed51551045138..e4d439f4b7c5af4364f93911c067d72627326e37:/software/uart.h diff --git a/software/uart.h b/software/uart.h new file mode 100644 index 0000000..c3290b4 --- /dev/null +++ b/software/uart.h @@ -0,0 +1,9 @@ +#ifndef UART_H +#define UART_H + +int putchar(int c); + +int getchar(); + +#endif +