proxmark3/armsrc/smartcard.h
iceman1001 192aa9abd7 CHG: renamed iso7816 files
ADD: smartcard functionality  (big thanks to Chris Nocker!)
2018-04-08 10:51:19 +02:00

17 lines
406 B
C

#ifndef __SMARTCARD_H
#define __SMARTCARD_H
#include "usb_cdc.h"
#include "proxmark3.h"
#include "apps.h"
#include "ticks.h"
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
extern void Dbprintf(const char *fmt, ...);
void SmartCard_setup(void);
void SmartCard_stop(void);
bool SmartCard_init();
void SMART_CARD_ServiceSmartCard( void );
void SmartCard_print_status(void);
#endif