]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/mifaresim.h
fix hf mf sim (issue #412) (#419)
[proxmark3-svn] / armsrc / mifaresim.h
diff --git a/armsrc/mifaresim.h b/armsrc/mifaresim.h
new file mode 100644 (file)
index 0000000..1e17a88
--- /dev/null
@@ -0,0 +1,20 @@
+//-----------------------------------------------------------------------------
+// Merlok - June 2011, 2012
+// Gerhard de Koning Gans - May 2008
+// Hagen Fritsch - June 2010
+//
+// 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.
+//-----------------------------------------------------------------------------
+// Mifare Classic Card Simulation
+//-----------------------------------------------------------------------------
+
+#ifndef __MIFARESIM_H
+#define __MIFARESIM_H
+
+#include <stdint.h>
+
+extern void Mifare1ksim(uint8_t flags, uint8_t exitAfterNReads, uint8_t arg2, uint8_t *datain);
+
+#endif
Impressum, Datenschutz