]>
Commit | Line | Data |
---|---|---|
709665b5 | 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 T55xx commands | |
8 | //----------------------------------------------------------------------------- | |
9 | #ifndef CMDLFVIKING_H__ | |
10 | #define CMDLFVIKING_H__ | |
11 | int CmdLFViking(const char *Cmd); | |
12 | int CmdVikingRead(const char *Cmd); | |
13 | int CmdVikingClone(const char *Cmd); | |
fe876493 | 14 | int CmdVikingSim(const char *Cmd); |
709665b5 | 15 | #endif |
16 |