9 RFID_14443A_FRAME_REGULAR,
10 RFID_14443B_FRAME_REGULAR,
15 #define DEBUGP(x, args ...) fprintf(stderr, "%s(%d):%s: " x, __FILE__, __LINE__, __FUNCTION__, ## args)
16 #define DEBUGPC(x, args ...) fprintf(stderr, x, ## args)
18 #define DEBUGP(x, args ...)
19 #define DEBUGPC(x, args ...)
22 extern const char *rfid_hexdump(const void *data, unsigned int len);
25 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
28 #endif /* __LIBRFID__ */
30 int rfid_init(unsigned int id);