]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf15.h
Client cleanup and restructuring. Stage 1...
[proxmark3-svn] / client / cmdhf15.h
diff --git a/client/cmdhf15.h b/client/cmdhf15.h
new file mode 100644 (file)
index 0000000..e7ca32e
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef CMDHF15_H__
+#define CMDHF15_H__
+
+int CmdHF15(const char *Cmd);
+
+int CmdHF15Demod(const char *Cmd);
+int CmdHF15Read(const char *Cmd);
+int CmdHF15Reader(const char *Cmd);
+int CmdHF15Sim(const char *Cmd);
+
+#endif
Impressum, Datenschutz