Merge branch 'RfidResearchGroup:master' into spi_flash_v2
[RRG-proxmark3.git] / armsrc / thinfilm.h
blob7e7c5ac625fae6d3c5e919be6de3630006e7bddd
1 //-----------------------------------------------------------------------------
2 // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
3 //
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License for more details.
14 // See LICENSE.txt for the text of the license.
15 //-----------------------------------------------------------------------------
16 // Routines to support a mangeled ISO 14443 type A for Thinfilm tags by Kovio
17 //-----------------------------------------------------------------------------
19 #ifndef __THINFILM_H
20 #define __THINFILM_H
22 #include "common.h"
24 void ReadThinFilm(void);
25 void SimulateThinFilm(uint8_t *data, size_t len);
27 #endif /* __ISO14443A_H */