summaryrefslogtreecommitdiff
path: root/openpicc/application/iso14443a_pretender.h
blob: 0d7042bdb2712193327d0a9ebf71bad850503a9c (plain)
1
2
3
4
5
6
7
#ifndef ISO14443A_PRETENDER_H_
#define ISO14443A_PRETENDER_H_

extern void iso14443a_pretender (void *pvParameters);
extern int set_UID(u_int8_t *uid, size_t len);

#endif /*ISO14443A_PRETENDER_H_*/
personal git repositories of Harald Welte. Your mileage may vary