fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / cmdlfverichip_disabled.h
blob875ae355c8cf58937c9e36b08daa70c5e6c66e81
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 Verichip tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFVERICHIP_H__
10 #define CMDLFVERICHIP_H__
12 #include "common.h"
14 int CmdLFVerichip(const char *Cmd);
16 int demodVerichip(bool verbose);
17 int detectVerichip(uint8_t *dest, size_t *size);
18 #endif