]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - include/smartcard.h
1 //-----------------------------------------------------------------------------
2 // (c) 2018 Iceman, adapted by Marshmellow
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
7 //-----------------------------------------------------------------------------
8 // smart card type prototyping
9 //-----------------------------------------------------------------------------
15 //-----------------------------------------------------------------------------
16 // ISO 7618 Smart Card
17 //-----------------------------------------------------------------------------
21 } __attribute__((__packed__
)) smart_card_atr_t
;
23 typedef enum SMARTCARD_COMMAND
{
24 SC_CONNECT
= (1 << 0),
25 SC_NO_DISCONNECT
= (1 << 1),
29 } smartcard_command_t
;