summaryrefslogtreecommitdiff
path: root/src/rfid_iso14443_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rfid_iso14443_common.h')
-rw-r--r--src/rfid_iso14443_common.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/rfid_iso14443_common.h b/src/rfid_iso14443_common.h
new file mode 100644
index 0000000..848d983
--- /dev/null
+++ b/src/rfid_iso14443_common.h
@@ -0,0 +1,11 @@
+#ifndef __RFID_ISO14443_COMMON_H
+#define __RFID_ISO14443_COMMON_H
+
+int iso14443_fsdi_to_fsd(unsigned int *fsd, unsigned char fsdi);
+int iso14443_fsd_to_fsdi(unsigned char *fsdi, unsigned int fsd);
+unsigned int iso14443_fsd_approx(unsigned int fsd);
+
+#define ISO14443_FREQ_CARRIER 13560000
+#define ISO14443_FREQ_SUBCARRIER (ISO14443_FREQ_CARRIER/16)
+
+#endif
personal git repositories of Harald Welte. Your mileage may vary