]>
Commit | Line | Data |
---|---|---|
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 Indala commands | |
8 | //----------------------------------------------------------------------------- | |
9 | ||
10 | #ifndef CMDLFINDALA_H__ | |
11 | #define CMDLFINDALA_H__ | |
12 | ||
13 | extern int CmdLFINDALA(const char *Cmd); | |
14 | extern int CmdIndalaDecode(const char *Cmd); | |
15 | extern int CmdIndalaRead(const char *Cmd); | |
16 | extern int CmdIndalaClone(const char *Cmd); | |
17 | ||
18 | #endif |