]> rtime.felk.cvut.cz Git - coffee/mt-apps.git/blobdiff - mt_rfid.h
Makefile: Remove all autodetection
[coffee/mt-apps.git] / mt_rfid.h
index 53fa84b7a725bc2fdf6366f46e2ec2e70d91f958..01acb9b7bcb2586e917b6a2a22de2b3a9be71fb4 100644 (file)
--- a/mt_rfid.h
+++ b/mt_rfid.h
@@ -16,8 +16,6 @@ typedef struct mt_rfid_t {
     int fd;      // print JSON output here
 } mt_rfid_t;
 
-#if HAVE_RFID
-
 // reader open parameters, see uFR manual
 #define UFR_READER_TYPE     1       // uFR type (1Mbps)
 #define UFR_PORT_INTERFACE  1       // serial; auto->ftdi->FAIL
@@ -38,13 +36,4 @@ void mt_rfid_deinit(mt_rfid_t *self);
 #define mt_rfid_init(self, loop, fd) 0
 #define mt_rfid_deinit(self) 0
 
-#endif /* HAVE_RFID */
-
-void rfid_json_print(int fd,
-                    uint8_t card_type,
-                    uint8_t sak,           //select acknowledge
-                    char *uid,
-                    uint8_t size);
-
-
 #endif