]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - armsrc/hitag2.h
1 //-----------------------------------------------------------------------------
2 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
3 // at your option, any later version. See the LICENSE.txt file for the text of
5 //-----------------------------------------------------------------------------
8 // (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
9 // (c) 2012 Roel Verdult
10 //-----------------------------------------------------------------------------
19 extern void SnoopHitag(uint32_t type
);
20 extern void SimulateHitagTag(bool tag_mem_supplied
, uint8_t* data
);
21 extern void ReaderHitag(hitag_function htf
, hitag_data
* htd
);
22 extern void WriterHitag(hitag_function htf
, hitag_data
* htd
, int page
);