free start pointer
[RRG-proxmark3.git] / armsrc / legicrfsim.h
blob0b0bdbd9c13603169ea9c84da20b2595d8c1cc60
1 //-----------------------------------------------------------------------------
2 // (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
3 // 2018 AntiCat
4 // 2019 Piwi
5 // 2020 Iceman
6 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
7 // at your option, any later version. See the LICENSE.txt file for the text of
8 // the license.
9 //-----------------------------------------------------------------------------
10 // LEGIC RF emulation public interface
11 //-----------------------------------------------------------------------------
13 #ifndef __LEGICRFSIM_H
14 #define __LEGICRFSIM_H
16 #include "common.h"
18 void LegicRfSimulate(uint8_t tagtype, bool send_reply);
20 #endif /* __LEGICRFSIM_H */