summaryrefslogtreecommitdiff
path: root/firmware/src/simtrace/iso7816_uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/simtrace/iso7816_uart.h')
-rw-r--r--firmware/src/simtrace/iso7816_uart.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/src/simtrace/iso7816_uart.h b/firmware/src/simtrace/iso7816_uart.h
new file mode 100644
index 0000000..ed1c898
--- /dev/null
+++ b/firmware/src/simtrace/iso7816_uart.h
@@ -0,0 +1,6 @@
+
+void iso_uart_dump(void);
+void iso_uart_rst(unsigned int state);
+void iso_uart_rx_mode(void);
+void iso_uart_clk_master(unsigned int master);
+void iso_uart_init(void);
personal git repositories of Harald Welte. Your mileage may vary