mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
More en masse cleanup (whitespace/newlines/headers/etc)
This commit is contained in:
parent
49b35ff9c2
commit
e30c654b19
24 changed files with 683 additions and 674 deletions
|
@ -1,12 +1,13 @@
|
|||
/*
|
||||
* LEGIC RF emulation public interface
|
||||
*
|
||||
*
|
||||
* (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
|
||||
*/
|
||||
|
||||
#ifndef LEGICRF_H_
|
||||
#define LEGICRF_H_
|
||||
#ifndef __LEGICRF_H
|
||||
#define __LEGICRF_H
|
||||
|
||||
extern void LegicRfSimulate(void);
|
||||
extern void LegicRfReader(int bytes, int offset);
|
||||
#endif /* LEGICRF_H_ */
|
||||
|
||||
#endif /* __LEGICRF_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue