]> git.zerfleddert.de Git - proxmark3-svn/blob - armsrc/hitag2.h
51d0514e5c02bb67170e2fbeab03ab140051ad0e
[proxmark3-svn] / armsrc / hitag2.h
1 /*
2 * Hitag2 emulation public interface
3 *
4 * (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
5 */
6
7 #ifndef __HITAG2_H
8 #define __HITAG2_H
9
10 typedef int (*hitag2_response_callback_t)(const char* response_data, const int response_length, const int fdt, void *cb_cookie);
11
12 extern int hitag2_init(void);
13 extern int hitag2_handle_command(const char* data, const int length, hitag2_response_callback_t cb, void *cb_cookie);
14
15 #endif
Impressum, Datenschutz