PollDesfire/poll_desfire.h

6 lines
136 B
C
Raw Normal View History

2022-11-22 16:13:29 +00:00
#include <nfc/nfc.h>
#include <freefare.h>
int init(nfc_context **context, nfc_device **device);
void poll_target(nfc_device *device);