fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / cmdlfmotorola.h
blobf74741bf21c3710da2a9a8ff0ac218af5934fe40
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 MOTOROLA tag commands
9 //-----------------------------------------------------------------------------
10 #ifndef CMDLFMOTOROLA_H__
11 #define CMDLFMOTOROLA_H__
13 #include "common.h"
15 int CmdLFMotorola(const char *Cmd);
17 int demodMotorola(bool verbose);
18 int detectMotorola(uint8_t *dest, size_t *size);
19 int readMotorolaUid(void);
20 #endif