fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / cmdhfseos.h
blob8f77d3610ed7ce2206b4379884a867908c59683a
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2021 iceman
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 // SEOS commands
9 //-----------------------------------------------------------------------------
11 #ifndef CMDHFSEOS_H__
12 #define CMDHFSEOS_H__
14 #include "common.h"
16 int infoSeos(bool verbose);
17 int CmdHFSeos(const char *Cmd);
19 #endif