From 2e68bd40651f4d451135999f91d39ee68ea57407 Mon Sep 17 00:00:00 2001 From: "henryk@ploetzli.ch" Date: Mon, 31 Aug 2009 00:37:29 +0000 Subject: [PATCH] Add forgotten file --- armsrc/hitag2.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 armsrc/hitag2.h diff --git a/armsrc/hitag2.h b/armsrc/hitag2.h new file mode 100644 index 00000000..985b6796 --- /dev/null +++ b/armsrc/hitag2.h @@ -0,0 +1,10 @@ +/* + * Hitag2 emulation public interface + * + * (c) 2009 Henryk Plötz + */ + +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); -- 2.39.2