mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
style
This commit is contained in:
parent
682f23440d
commit
59d40068e2
51 changed files with 528 additions and 528 deletions
|
@ -22,20 +22,20 @@
|
|||
#include "protocols.h" // for T55xx config register definitions
|
||||
#include "lfdemod.h" // parityTest
|
||||
|
||||
extern int CmdLFJablotron(const char *Cmd);
|
||||
int CmdLFJablotron(const char *Cmd);
|
||||
|
||||
extern int CmdJablotronDemod(const char *Cmd);
|
||||
extern int CmdJablotronRead(const char *Cmd);
|
||||
extern int CmdJablotronClone(const char *Cmd);
|
||||
extern int CmdJablotronSim(const char *Cmd);
|
||||
int CmdJablotronDemod(const char *Cmd);
|
||||
int CmdJablotronRead(const char *Cmd);
|
||||
int CmdJablotronClone(const char *Cmd);
|
||||
int CmdJablotronSim(const char *Cmd);
|
||||
|
||||
extern int detectJablotron(uint8_t *bits, size_t *size);
|
||||
extern int getJablotronBits(uint64_t fullcode, uint8_t *bits);
|
||||
int detectJablotron(uint8_t *bits, size_t *size);
|
||||
int getJablotronBits(uint64_t fullcode, uint8_t *bits);
|
||||
|
||||
//extern int usage_lf_jablotron_demod(void);
|
||||
//extern int usage_lf_jablotron_read(void);
|
||||
extern int usage_lf_jablotron_clone(void);
|
||||
extern int usage_lf_jablotron_sim(void);
|
||||
//int usage_lf_jablotron_demod(void);
|
||||
//int usage_lf_jablotron_read(void);
|
||||
int usage_lf_jablotron_clone(void);
|
||||
int usage_lf_jablotron_sim(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue