]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/smartcard.h
Merge pull request #926 from pwpiwi/fix_iso15693_fpga
[proxmark3-svn] / include / smartcard.h
index 70245a787961b430f3bac0c9d909295156febd40..161c6f6d6d47772d3fc88f9abf5711142daa8c5b 100644 (file)
 #ifndef __SMARTCARD_H
 #define __SMARTCARD_H
 
+#include <stdint.h>
+
 //-----------------------------------------------------------------------------
 // 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 {
Impressum, Datenschutz