From 1fcc35aad699f3d40ca786b99c7255cf8aa55892 Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 8 Nov 2005 13:04:32 +0000 Subject: move include directory for pkginclude compliance git-svn-id: https://svn.gnumonks.org/trunk/librfid@1664 e0336214-984f-0b4b-a45f-81c69e1f0ede --- include/rfid/rfid.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 include/rfid/rfid.h (limited to 'include/rfid/rfid.h') diff --git a/include/rfid/rfid.h b/include/rfid/rfid.h deleted file mode 100644 index 6717ef8..0000000 --- a/include/rfid/rfid.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef _RFID_H -#define _RFID_H - -#include - -#ifdef __LIBRFID__ - -enum rfid_frametype { - RFID_14443A_FRAME_REGULAR, - RFID_14443B_FRAME_REGULAR, - RFID_MIFARE_FRAME, -}; - -#define DEBUGP(x, args ...) fprintf(stderr, "%s(%d):%s: " x, __FILE__, __LINE__, __FUNCTION__, ## args) -#define DEBUGPC(x, args ...) fprintf(stderr, x, ## args) -extern const char *rfid_hexdump(const void *data, unsigned int len); - -#ifndef ARRAY_SIZE -#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) -#endif - -#endif /* __LIBRFID__ */ - -int rfid_init(); - -#endif /* _RFID_H */ -- cgit v1.2.3