a7247d85 |
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); |
dcc10e5e |
11 | extern void LegicRfReader(void); |
a7247d85 |
12 | |
13 | #endif /* LEGICRF_H_ */ |