X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/151a33c02724869911f22ed6b1db502404fb8f0c..ebf1404a813867dbfb60dc5f4b13cfee62fb3b71:/include/smartcard.h diff --git a/include/smartcard.h b/include/smartcard.h index 70245a78..161c6f6d 100644 --- a/include/smartcard.h +++ b/include/smartcard.h @@ -10,12 +10,14 @@ #ifndef __SMARTCARD_H #define __SMARTCARD_H +#include + //----------------------------------------------------------------------------- // ISO 7618 Smart Card //----------------------------------------------------------------------------- typedef struct { uint8_t atr_len; - uint8_t atr[30]; + uint8_t atr[34]; } __attribute__((__packed__)) smart_card_atr_t; typedef enum SMARTCARD_COMMAND {