text
[RRG-proxmark3.git] / armsrc / hfsnoop.h
blob8ed263fa549d1e5511ccc0a19b7c5f2aa57abbd0
1 //-----------------------------------------------------------------------------
2 // Jonathan Westhues, Aug 2005
3 // Gerhard de Koning Gans, April 2008, May 2011
4 // Piwi, Feb 2019
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 // Definitions internal to the app source.
11 //-----------------------------------------------------------------------------
12 #ifndef __HFSNOOP_H
13 #define __HFSNOOP_H
15 #include "proxmark3_arm.h"
17 int HfSniff(uint32_t samplesToSkip, uint32_t triggersToSkip, uint16_t *len);
18 void HfPlotDownload(void);
19 #endif