From b0fef13efe84d8601a9496098429b4a080e20c9e Mon Sep 17 00:00:00 2001 From: laforge Date: Sun, 29 May 2005 18:05:31 +0000 Subject: move librfid to new location in repository git-svn-id: https://svn.gnumonks.org/trunk/librfid@1181 e0336214-984f-0b4b-a45f-81c69e1f0ede --- include/rfid/rfid.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/rfid/rfid.h (limited to 'include/rfid/rfid.h') diff --git a/include/rfid/rfid.h b/include/rfid/rfid.h new file mode 100644 index 0000000..bf8d799 --- /dev/null +++ b/include/rfid/rfid.h @@ -0,0 +1,12 @@ +#ifndef _RFID_H +#define _RFID_H + +#include + + +#define DEBUGP(x, args ...) fprintf(stderr, "%s(%d):%s: " x, __FILE__, __LINE__, __FUNCTION__, ## args) +extern const char *rfid_hexdump(const void *data, unsigned int len); + +int rfid_init(); + +#endif /* _RFID_H */ -- cgit v1.2.3