]> rtime.felk.cvut.cz Git - fpga/virtex2/uart.git/blobdiff - software/uart.h
Software modification to work whit HW UART
[fpga/virtex2/uart.git] / software / uart.h
diff --git a/software/uart.h b/software/uart.h
new file mode 100644 (file)
index 0000000..c3290b4
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef UART_H
+#define UART_H
+
+int putchar(int c);
+
+int getchar();
+
+#endif
+