fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / cmdlfviking.h
blob48d087256d00989648b9390922a0644213c1cd0d
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 viking tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFVIKING_H__
10 #define CMDLFVIKING_H__
12 #include "common.h"
14 int CmdLFViking(const char *Cmd);
16 int demodViking(bool verbose);
17 int detectViking(uint8_t *src, size_t *size);
18 uint64_t getVikingBits(uint32_t id);
20 #endif