1 //-----------------------------------------------------------------------------
2 // (c) 2012 Roel Verdult
3 // modified 2021 Iceman
5 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
6 // at your option, any later version. See the LICENSE.txt file for the text of
8 //-----------------------------------------------------------------------------
9 // Hitag2 type prototyping
10 //-----------------------------------------------------------------------------
18 void SniffHitag2(void);
19 void SimulateHitag2(void);
20 void ReaderHitag(hitag_function htf
, hitag_data
*htd
);
21 void WriterHitag(hitag_function htf
, hitag_data
*htd
, int page
);
22 void EloadHitag(uint8_t *data
, uint16_t len
);