reworked "lf em 4x50 chk" to use dynamic memory for dictionary
[RRG-proxmark3.git] / armsrc / felica.h
blobf30de4b6f15f07be7a4a5144900439b9efcac1ad
1 //-----------------------------------------------------------------------------
2 // Jonathan Westhues, Aug 2005
3 // Gerhard de Koning Gans, April 2008, May 2011
4 //
5 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
6 // at your option, any later version. See the LICENSE.txt file for the text of
7 // the license.
8 //-----------------------------------------------------------------------------
9 // Definitions internal to the FeliCa functionality
10 //-----------------------------------------------------------------------------
11 #ifndef __FELICA_H
12 #define __FELICA_H
14 #include "common.h"
15 #include "cmd.h"
17 void felica_sendraw(PacketCommandNG *c);
18 void felica_sniff(uint32_t samplesToSkip, uint32_t triggersToSkip);
19 void felica_sim_lite(uint8_t *uid);
20 void felica_dump_lite_s(void);
22 #endif