unleashed-firmware/applications/debug/ccid_test/iso7816_atr.h
Filipe Paz Rodrigues 0d4ead8fbd
Add initial ISO7816 support (#3681)
* 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>
2024-06-01 17:45:27 +01:00

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_