projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix compile errors on non-Intel CPUs:
[proxmark3-svn]
/
client
/
cmdlfpcf7931.h
diff --git
a/client/cmdlfpcf7931.h
b/client/cmdlfpcf7931.h
index 78eaff5d28080f3dd90e57aa296211623d5257b4..e093039c98726988d57815488ab3185d2a8b79c7 100644
(file)
--- a/
client/cmdlfpcf7931.h
+++ b/
client/cmdlfpcf7931.h
@@
-13,17
+13,23
@@
#define CMDLFPCF7931_H__
struct pcf7931_config{
#define CMDLFPCF7931_H__
struct pcf7931_config{
- uint8_t password[7];
- uint16_t init_delay;
- int16_t offset[2];
+ uint8_t Pwd[7];
+ uint16_t InitDelay;
+ int16_t OffsetWidth;
+ int16_t OffsetPosition;
};
};
+int pcf7931_resetConfig();
+int pcf7931_printConfig();
+
+int usage_pcf7931_read();
+int usage_pcf7931_write();
+int usage_pcf7931_config();
+
int CmdLFPCF7931(const char *Cmd);
int CmdLFPCF7931Read(const char *Cmd);
int CmdLFPCF7931(const char *Cmd);
int CmdLFPCF7931Read(const char *Cmd);
-
int CmdLFPCF7931Write(const char *Cmd);
int CmdLFPCF7931Write(const char *Cmd);
-
int CmdLFPCF7931Config(const char *Cmd);
#endif
int CmdLFPCF7931Config(const char *Cmd);
#endif
Impressum
,
Datenschutz