fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / cmdlfpresco.h
blob961830ab267890bf3d3194a4fd423657d2aa0425
1 //-----------------------------------------------------------------------------
2 //
3 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
4 // at your option, any later version. See the LICENSE.txt file for the text of
5 // the license.
6 //-----------------------------------------------------------------------------
7 // Low frequency Presco tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFPRESCO_H__
10 #define CMDLFPRESCO_H__
12 #include "common.h"
14 int CmdLFPresco(const char *Cmd);
15 int demodPresco(bool verbose);
16 #endif