mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-26 14:30:25 +00:00
53cf700521
- Move iso7816 related code to its own folder - Refactor Iso7816Callback into Iso7816Handler - Created new file for CCID commands - Renamed variables according to standard Co-authored-by: あく <alleteam@gmail.com>
7 lines
205 B
C
7 lines
205 B
C
#include "iso7816/iso7816_t0_apdu.h"
|
|
|
|
void iso7816_answer_to_reset(Iso7816Atr* atr);
|
|
|
|
void iso7816_process_command(
|
|
const ISO7816_Command_APDU* command_apdu,
|
|
ISO7816_Response_APDU* response_apdu);
|