]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - include/common.h
cfce1b9f0347f6a23b3081c088ed33e08f2461bb
1 //-----------------------------------------------------------------------------
2 // Hagen Fritsch - June 2010
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
8 //-----------------------------------------------------------------------------
9 // Interlib Definitions
10 //-----------------------------------------------------------------------------
16 typedef unsigned char byte_t
;
18 //-----------------------------------------------------------------------------
20 //-----------------------------------------------------------------------------
25 uint8_t ats
[20]; //FIXME: size?
26 } __attribute__((__packed__
)) iso14a_card_select_t
;
28 typedef enum ISO14A_COMMAND
{
30 ISO14A_NO_DISCONNECT
= 2,
33 ISO14A_REQUEST_TRIGGER
= 0x10,
34 ISO14A_APPEND_CRC
= 0x20,
35 ISO14A_SET_TIMEOUT
= 0x40