textual
[RRG-proxmark3.git] / client / src / aiddesfire.h
blobbb67dab8342b5abe2b806e5c08f586bcaf33b6a9
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 // AID DESFire functions
7 //-----------------------------------------------------------------------------
9 #ifndef _AIDDESFIRE_H_
10 #define _AIDDESFIRE_H_
12 #include "common.h"
14 int AIDDFDecodeAndPrint(uint8_t aid[3]);
16 #endif // _AIDDESFIRE_H_