proxmark3/armsrc/legicrf.h
2009-10-12 11:47:39 +00:00

12 lines
197 B
C

/*
* LEGIC RF emulation public interface
*
* (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
*/
#ifndef LEGICRF_H_
#define LEGICRF_H_
extern void LegicRfSimulate(void);
#endif /* LEGICRF_H_ */