proxmark3/armsrc/smartcard.h

16 lines
472 B
C
Raw Normal View History

2018-03-04 21:14:08 +08:00
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
// Common Instructions //
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
#ifndef __SMARTCARD_H
#define __SMARTCARD_H
#include "proxmark3.h"
#include "apps.h"
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
extern void Dbprintf(const char *fmt, ...);
void SmartCardSetup(void);
void SmartCardStop(void);
bool SmartCardInit();
#endif