fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / cmdhf.h
blobc54fd076c402f5eb066deaaf092370514224611c
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
3 // Piwi, Feb 2019
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 // High frequency commands
9 //-----------------------------------------------------------------------------
11 #ifndef CMDHF_H__
12 #define CMDHF_H__
14 #include "common.h"
16 int CmdHF(const char *Cmd);
17 int CmdHFTune(const char *Cmd);
18 int CmdHFSearch(const char *Cmd);
19 int CmdHFSniff(const char *Cmd);
20 int CmdHFPlot(const char *Cmd);
22 int handle_hf_plot(void);
23 #endif