2010-02-21 08:12:52 +08:00
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
// (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
|
2018-09-09 22:40:20 +08:00
|
|
|
// 2018 AntiCat
|
2010-02-21 08:12:52 +08:00
|
|
|
//
|
|
|
|
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
|
|
|
// at your option, any later version. See the LICENSE.txt file for the text of
|
|
|
|
// the license.
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
// LEGIC RF emulation public interface
|
|
|
|
//-----------------------------------------------------------------------------
|
2009-10-12 19:47:39 +08:00
|
|
|
|
2010-02-21 05:57:20 +08:00
|
|
|
#ifndef __LEGICRF_H
|
|
|
|
#define __LEGICRF_H
|
2009-10-12 19:47:39 +08:00
|
|
|
|
2018-08-21 04:29:34 +08:00
|
|
|
extern void LegicRfReader(int bytes, int offset);
|
2010-05-06 19:24:01 +08:00
|
|
|
extern void LegicRfWriter(int bytes, int offset);
|
2010-02-21 05:57:20 +08:00
|
|
|
|
|
|
|
#endif /* __LEGICRF_H */
|