summaryrefslogtreecommitdiff
path: root/openpicc/application/iso14443a_miller.h
blob: dbd7f852e18022dea46414dce342d0563ae1a6ab (plain)
1
2
3
4
5
6
#ifndef ISO14443A_MILLER_H_
#define ISO14443A_MILLER_H_

extern int iso14443a_decode_miller(iso14443_frame *frame, const u_int8_t *sample_buf, const u_int16_t sample_buf_len); 

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