fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / cmdwiegand.h
blob2c6e8fb40059d30efa3b3d158b955a38420cb4bd
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2019 iceman <iceman at iuse.se>
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 // Trace commands
9 //-----------------------------------------------------------------------------
11 #ifndef CMDWIEGAND_H__
12 #define CMDWIEGAND_H__
14 #include "common.h"
16 int CmdWiegand(const char *Cmd);
17 int CmdWiegandList(const char *Cmd);
18 int CmdWiegandEncode(const char *Cmd);
19 int CmdWiegandDecode(const char *Cmd);
20 #endif