1 //-----------------------------------------------------------------------------
2 // Jonathan Westhues, Aug 2005
3 // Gerhard de Koning Gans, April 2008, May 2011
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
8 //-----------------------------------------------------------------------------
9 // Definitions internal to the FeliCa functionality
10 //-----------------------------------------------------------------------------
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);