]>
Commit | Line | Data |
---|---|---|
bd20f8f4 | 1 | //----------------------------------------------------------------------------- |
2 | // (c) 2009 Henryk Plötz <henryk@ploetzli.ch> | |
1b902aa0 | 3 | // 2018 AntiCat |
bd20f8f4 | 4 | // |
5 | // This code is licensed to you under the terms of the GNU GPL, version 2 or, | |
6 | // at your option, any later version. See the LICENSE.txt file for the text of | |
7 | // the license. | |
8 | //----------------------------------------------------------------------------- | |
9 | // LEGIC RF emulation public interface | |
10 | //----------------------------------------------------------------------------- | |
a7247d85 | 11 | |
e30c654b | 12 | #ifndef __LEGICRF_H |
13 | #define __LEGICRF_H | |
a7247d85 | 14 | |
da05bc6e | 15 | extern void LegicRfReader(int bytes, int offset); |
3612a8a8 | 16 | extern void LegicRfWriter(int bytes, int offset); |
e30c654b | 17 | |
18 | #endif /* __LEGICRF_H */ |