]>
Commit | Line | Data |
---|---|---|
6e49717b | 1 | //----------------------------------------------------------------------------- |
2 | // Merlok - June 2011, 2012 | |
3 | // Gerhard de Koning Gans - May 2008 | |
4 | // Hagen Fritsch - June 2010 | |
5 | // | |
6 | // This code is licensed to you under the terms of the GNU GPL, version 2 or, | |
7 | // at your option, any later version. See the LICENSE.txt file for the text of | |
8 | // the license. | |
9 | //----------------------------------------------------------------------------- | |
10 | // Mifare Classic Card Simulation | |
11 | //----------------------------------------------------------------------------- | |
12 | ||
13 | #ifndef __MIFARESIM_H | |
14 | #define __MIFARESIM_H | |
15 | ||
16 | #include <stdint.h> | |
17 | ||
18 | extern void Mifare1ksim(uint8_t flags, uint8_t exitAfterNReads, uint8_t arg2, uint8_t *datain); | |
19 | ||
20 | #endif |