]>
git.zerfleddert.de Git - proxmark3-svn/blob - armsrc/legicrf.h
1 //-----------------------------------------------------------------------------
2 // (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
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 // LEGIC RF emulation public interface
10 //-----------------------------------------------------------------------------
15 extern void LegicRfReader(int bytes
, int offset
);
16 extern void LegicRfWriter(int bytes
, int offset
);
18 #endif /* __LEGICRF_H */