textual
[RRG-proxmark3.git] / client / src / cmdnfc.h
blob26ab3644142d840b6972789128ae6f2168417dbb
1 //-----------------------------------------------------------------------------
2 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
3 // at your option, any later version. See the LICENSE.txt file for the text of
4 // the license.
5 //-----------------------------------------------------------------------------
6 // NFC commands
7 //-----------------------------------------------------------------------------
9 #ifndef CMDNFC_H__
10 #define CMDNFC_H__
12 #include "common.h"
14 int CmdNFC(const char *Cmd);
15 void print_type4_cc_info(uint8_t *d, uint8_t n);
17 #endif