Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
[RRG-proxmark3.git] / armsrc / Standalone / standalone.h
blob29363f82fc9d0d3b2e0d247a4c64492c34f48a2d
1 //-----------------------------------------------------------------------------
2 // Christian Herrmann, 2017
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 // StandAlone Mod header file
9 //-----------------------------------------------------------------------------
11 #ifndef __STANDALONE_H
12 #define __STANDALONE_H
14 void RunMod(void);
15 void ModInfo(void);
17 #endif /* __STANDALONE_H */