repo.or.cz
/
proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
change MFPR version to 2.4.2 to fix install script fail
[proxmark3.git]
/
armsrc
/
legicrf.h
blob
0c9e69d98c1f89a77f4de93363fb09160d4962b5
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
(
void
);
12
13
#endif
/* LEGICRF_H_ */