diff libcommon/simresp.h @ 0:f7145c77b7fb

starting libcommon: factored out of fc-simtool
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 11 Feb 2021 22:28:45 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libcommon/simresp.h	Thu Feb 11 22:28:45 2021 +0000
@@ -0,0 +1,4 @@
+/* extern definitions for SIM response global vars defined in apdu.c */
+
+extern u_char sim_resp_data[];
+extern unsigned sim_resp_data_len, sim_resp_sw;