]> git.zerfleddert.de Git - proxmark3-svn/blame - armsrc/legicrf.h
Split str* and mem* into string.[ch]
[proxmark3-svn] / armsrc / legicrf.h
CommitLineData
a7247d85 1/*
2 * LEGIC RF emulation public interface
e30c654b 3 *
a7247d85 4 * (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
5 */
6
e30c654b 7#ifndef __LEGICRF_H
8#define __LEGICRF_H
a7247d85 9
10extern void LegicRfSimulate(void);
8e220a91 11extern void LegicRfReader(int bytes, int offset);
e30c654b 12
13#endif /* __LEGICRF_H */
Impressum, Datenschutz