mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
13 lines
249 B
C
13 lines
249 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);
|
|
extern void LegicRfReader(int bytes, int offset);
|
|
|
|
#endif /* __LEGICRF_H */
|