python support by Kushal Das
authorMilosch Meriac <meriac@openpcd.de>
Thu, 31 May 2007 02:40:02 +0000 (02:40 +0000)
committerMilosch Meriac <meriac@openpcd.de>
Thu, 31 May 2007 02:40:02 +0000 (02:40 +0000)
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1998 e0336214-984f-0b4b-a45f-81c69e1f0ede

utils/common.h [new file with mode: 0644]

diff --git a/utils/common.h b/utils/common.h
new file mode 100644 (file)
index 0000000..3dd4cf4
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __COMMON_H__
+#define __COMMON_H__
+
+extern const char * hexdump(const void *data, unsigned int len);
+extern int hexread(unsigned char *result, const unsigned char *in, unsigned int len);
+
+#endif/*__COMMON_H__*/