summaryrefslogtreecommitdiff
path: root/openpcd/firmware/include/librfid/rfid.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/include/librfid/rfid.h')
-rw-r--r--openpcd/firmware/include/librfid/rfid.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/openpcd/firmware/include/librfid/rfid.h b/openpcd/firmware/include/librfid/rfid.h
deleted file mode 100644
index 308f46e..0000000
--- a/openpcd/firmware/include/librfid/rfid.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef _RFID_H
-#define _RFID_H
-
-#include <os/dbgu.h>
-
-#define rfid_hexdump hexdump
-
-enum rfid_frametype {
- RFID_14443A_FRAME_REGULAR,
- RFID_14443B_FRAME_REGULAR,
- RFID_MIFARE_FRAME,
-};
-
-struct rfid_asic_handle {
-};
-
-struct rfid_asic {
-};
-
-#define RAH NULL
-
-#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
-
-#endif
personal git repositories of Harald Welte. Your mileage may vary