textual
[RRG-proxmark3.git] / client / src / cmdlfgallagher.h
blobe3e7a8caa6913558d913abf629f43f06285f2504
1 //-----------------------------------------------------------------------------
2 // Iceman, 2019
3 //
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
6 // the license.
7 //-----------------------------------------------------------------------------
8 // Low frequency GALLAGHER tag commands
9 //-----------------------------------------------------------------------------
10 #ifndef CMDLFGALLAGHER_H__
11 #define CMDLFGALLAGHER_H__
13 #include "common.h"
15 int CmdLFGallagher(const char *Cmd);
17 int demodGallagher(bool verbose);
18 int detectGallagher(uint8_t *dest, size_t *size);
19 #endif