mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Add forgotten file
This commit is contained in:
parent
db335b3de0
commit
2e68bd4065
1 changed files with 10 additions and 0 deletions
10
armsrc/hitag2.h
Normal file
10
armsrc/hitag2.h
Normal file
|
@ -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);
|
Loading…
Add table
Add a link
Reference in a new issue