| 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 Farpoint / Pyramid commands |
| 8 | //----------------------------------------------------------------------------- |
| 9 | #ifndef CMDLFPYRAMID_H__ |
| 10 | #define CMDLFPYRAMID_H__ |
| 11 | |
| 12 | extern int CmdLFPyramid(const char *Cmd); |
| 13 | extern int CmdPyramidClone(const char *Cmd); |
| 14 | extern int CmdPyramidSim(const char *Cmd); |
| 15 | extern int CmdFSKdemodPyramid(const char *Cmd); |
| 16 | extern int CmdPyramidRead(const char *Cmd); |
| 17 | #endif |
| 18 | |