mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 17:56:53 +08:00
13 lines
197 B
C
13 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_ */
|