6 lines
136 B
C
6 lines
136 B
C
|
#include <nfc/nfc.h>
|
||
|
#include <freefare.h>
|
||
|
|
||
|
int init(nfc_context **context, nfc_device **device);
|
||
|
void poll_target(nfc_device *device);
|