mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 04:41:26 +04:00
* Add initial ISO7816 support * Format sources and sync API Symbols version * Debug: change VID/PID in ccid test app to opensc detectable generic one Co-authored-by: あく <alleteam@gmail.com>
10 lines
138 B
C
10 lines
138 B
C
#ifndef _ISO7816_ATR_H_
|
|
#define _ISO7816_ATR_H_
|
|
|
|
typedef struct {
|
|
uint8_t TS;
|
|
uint8_t T0;
|
|
} Iso7816Atr;
|
|
|
|
#endif //_ISO7816_ATR_H_
|