From 05c7e304271bcf88901da3782fcd3f28a0c7c9cf Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 8 Nov 2005 08:34:15 +0000 Subject: use autoconf/automake git-svn-id: https://svn.gnumonks.org/trunk/librfid@1658 e0336214-984f-0b4b-a45f-81c69e1f0ede --- rfid_iso14443_common.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 rfid_iso14443_common.h (limited to 'rfid_iso14443_common.h') 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 -- cgit v1.2.3