| 1 | /* |
| 2 | * LEGIC RF emulation public interface |
| 3 | * |
| 4 | * (c) 2009 Henryk Plötz <henryk@ploetzli.ch> |
| 5 | */ |
| 6 | |
| 7 | #ifndef LEGICRF_H_ |
| 8 | #define LEGICRF_H_ |
| 9 | |
| 10 | extern void LegicRfSimulate(void); |
| 11 | extern void LegicRfReader(int bytes, int offset); |
| 12 | #endif /* LEGICRF_H_ */ |