]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Add forgotten file
authorhenryk@ploetzli.ch <henryk@ploetzli.ch@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 31 Aug 2009 00:37:29 +0000 (00:37 +0000)
committerhenryk@ploetzli.ch <henryk@ploetzli.ch@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 31 Aug 2009 00:37:29 +0000 (00:37 +0000)
armsrc/hitag2.h [new file with mode: 0644]

diff --git a/armsrc/hitag2.h b/armsrc/hitag2.h
new file mode 100644 (file)
index 0000000..985b679
--- /dev/null
@@ -0,0 +1,10 @@
+/*
+ * Hitag2 emulation public interface
+ * 
+ * (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
+ */
+
+typedef int (*hitag2_response_callback_t)(const char* response_data, const int response_length, const int fdt, void *cb_cookie);
+
+extern int hitag2_init(void);
+extern int hitag2_handle_command(const char* data, const int length, hitag2_response_callback_t cb, void *cb_cookie);
Impressum, Datenschutz