]> git.zerfleddert.de Git - proxmark3-svn/blame - armsrc/legicrf.h
CHG: merged the forum user @jason 's fixes to LEGIC. *UNTESTED*
[proxmark3-svn] / armsrc / legicrf.h
CommitLineData
bd20f8f4 1//-----------------------------------------------------------------------------
2// (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
3//
4// This code is licensed to you under the terms of the GNU GPL, version 2 or,
5// at your option, any later version. See the LICENSE.txt file for the text of
6// the license.
7//-----------------------------------------------------------------------------
8// LEGIC RF emulation public interface
9//-----------------------------------------------------------------------------
a7247d85 10
e30c654b 11#ifndef __LEGICRF_H
12#define __LEGICRF_H
a7247d85 13
3612a8a8 14extern void LegicRfSimulate(int phase, int frame, int reqresp);
15extern int LegicRfReader(int bytes, int offset);
16extern void LegicRfWriter(int bytes, int offset);
3e134b4c 17extern void LegicRfRawWriter(int offset, int bytes);
18
19int ice_legic_select_card();
20void ice_legic_setup();
e30c654b 21
22#endif /* __LEGICRF_H */
Impressum, Datenschutz