]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.h
Client cleanup and restructuring. Stage 1...
[proxmark3-svn] / client / cmdlf.h
diff --git a/client/cmdlf.h b/client/cmdlf.h
new file mode 100644 (file)
index 0000000..4055cf9
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef CMDLF_H__
+#define CMDLF_H__
+
+int CmdLF(const char *Cmd);
+
+int CmdLFCommandRead(const char *Cmd);
+int CmdFlexdemod(const char *Cmd);
+int CmdIndalaDemod(const char *Cmd);
+int CmdLFRead(const char *Cmd);
+int CmdLFSim(const char *Cmd);
+int CmdLFSimBidir(const char *Cmd);
+int CmdLFSimManchester(const char *Cmd);
+int CmdVchDemod(const char *Cmd);
+
+#endif
Impressum, Datenschutz