mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +04:00
8 lines
205 B
C
8 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);
|