#ifndef _ISO7816_ATR_H_ #define _ISO7816_ATR_H_ typedef struct { uint8_t TS; uint8_t T0; } Iso7816Atr; #endif //_ISO7816_ATR_H_