mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-29 16:00:22 +00:00
0d4ead8fbd
* 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>
9 lines
138 B
C
9 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_
|