17 lines
573 B
C
17 lines
573 B
C
//-----------------------------------------------------------------------------
|
|
//
|
|
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
|
// at your option, any later version. See the LICENSE.txt file for the text of
|
|
// the license.
|
|
//-----------------------------------------------------------------------------
|
|
// Low frequency AWID 26 commands
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef CMDLFAWID26_H__
|
|
#define CMDLFAWID26_H__
|
|
|
|
int CmdLFAWID26(const char *Cmd);
|
|
|
|
int CmdClone(const char *Cmd);
|
|
#endif
|