]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - include/common.h
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 //-----------------------------------------------------------------------------
17 //-----------------------------------------------------------------------------
19 //-----------------------------------------------------------------------------
24 uint8_t ats
[20]; //FIXME: size?
25 } __attribute__((__packed__
)) iso14a_card_select_t
;
27 typedef enum ISO14A_COMMAND
{
29 ISO14A_NO_DISCONNECT
= 2,
32 ISO14A_REQUEST_TRIGGER
= 0x10,
33 ISO14A_APPEND_CRC
= 0x20,
34 ISO14A_SET_TIMEOUT
= 0x40