move librfid to new location in repository
[librfid] / include / rfid / rfid.h
1 #ifndef _RFID_H
2 #define _RFID_H
3
4 #include <stdio.h>
5
6
7 #define DEBUGP(x, args ...) fprintf(stderr, "%s(%d):%s: " x, __FILE__, __LINE__, __FUNCTION__, ## args)
8 extern const char *rfid_hexdump(const void *data, unsigned int len);
9
10 int rfid_init();
11
12 #endif /* _RFID_H */