summaryrefslogtreecommitdiff
path: root/include/librfid/rfid_protocol_tagit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/librfid/rfid_protocol_tagit.h')
-rw-r--r--include/librfid/rfid_protocol_tagit.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/librfid/rfid_protocol_tagit.h b/include/librfid/rfid_protocol_tagit.h
new file mode 100644
index 0000000..46a73bc
--- /dev/null
+++ b/include/librfid/rfid_protocol_tagit.h
@@ -0,0 +1,10 @@
+#ifndef _RFID_PROTOCOL_TAGIT_H
+#define _RFID_PROTOCOL_TAGIT_H
+
+#ifdef __LIBRFID__
+
+extern const struct rfid_protocol rfid_protocol_tagit;
+
+#endif /* __LIBRFID__ */
+
+#endif
personal git repositories of Harald Welte. Your mileage may vary