]>
Commit | Line | Data |
---|---|---|
1b902aa0 A |
1 | //----------------------------------------------------------------------------- |
2 | // (c) 2009 Henryk Plötz <henryk@ploetzli.ch> | |
3 | // 2018 AntiCat | |
4 | // | |
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 | |
7 | // the license. | |
8 | //----------------------------------------------------------------------------- | |
9 | // LEGIC RF emulation public interface | |
10 | //----------------------------------------------------------------------------- | |
11 | ||
12 | #ifndef __LEGICRFSIM_H | |
13 | #define __LEGICRFSIM_H | |
14 | ||
15 | #include "proxmark3.h" | |
16 | ||
17 | extern void LegicRfSimulate(uint8_t tagtype); | |
18 | ||
19 | #endif /* __LEGICRFSIM_H */ |