]>
Commit | Line | Data |
---|---|---|
9ca155ba M |
1 | //-----------------------------------------------------------------------------\r |
2 | // Copyright (C) 2011 Merlok\r | |
3 | //\r | |
4 | // This code is licensed to you under the terms of the GNU GPL, version 2 or,\r | |
5 | // at your option, any later version. See the LICENSE.txt file for the text of\r | |
6 | // the license.\r | |
7 | //-----------------------------------------------------------------------------\r | |
8 | // High frequency MIFARE commands\r | |
9 | //-----------------------------------------------------------------------------\r | |
10 | \r | |
11 | #ifndef CMDHFMF_H__\r | |
12 | #define CMDHFMF_H__\r | |
13 | \r | |
7cb8516c | 14 | extern int CmdHFMF(const char *Cmd);\r |
e772353f | 15 | \r |
9ca155ba | 16 | #endif\r |