]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfmfp.h
mf plus info with detect sl mode (#695)
[proxmark3-svn] / client / cmdhfmfp.h
diff --git a/client/cmdhfmfp.h b/client/cmdhfmfp.h
new file mode 100644 (file)
index 0000000..b1ac7c3
--- /dev/null
@@ -0,0 +1,18 @@
+//-----------------------------------------------------------------------------
+// Copyright (C) 2018 Merlok
+//
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
+//-----------------------------------------------------------------------------
+// High frequency MIFARE  Plus commands
+//-----------------------------------------------------------------------------
+#ifndef CMDHFMFP_H__
+#define CMDHFMFP_H__
+
+#include "mifaredefault.h"
+
+extern int CmdHFMFP(const char *Cmd);
+
+
+#endif
\ No newline at end of file
Impressum, Datenschutz