summaryrefslogtreecommitdiff
path: root/rfid_iso14443_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'rfid_iso14443_common.h')
-rw-r--r--rfid_iso14443_common.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/rfid_iso14443_common.h b/rfid_iso14443_common.h
deleted file mode 100644
index 848d983..0000000
--- a/rfid_iso14443_common.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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