]> git.zerfleddert.de Git - proxmark3-svn/blame - armsrc/hitag2.h
Add forgotten file
[proxmark3-svn] / armsrc / hitag2.h
CommitLineData
2e68bd40 1/*
2 * Hitag2 emulation public interface
3 *
4 * (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
5 */
6
7typedef int (*hitag2_response_callback_t)(const char* response_data, const int response_length, const int fdt, void *cb_cookie);
8
9extern int hitag2_init(void);
10extern int hitag2_handle_command(const char* data, const int length, hitag2_response_callback_t cb, void *cb_cookie);
Impressum, Datenschutz