diff options
Diffstat (limited to 'openpicc/application/iso14443a_miller.h')
-rw-r--r-- | openpicc/application/iso14443a_miller.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openpicc/application/iso14443a_miller.h b/openpicc/application/iso14443a_miller.h new file mode 100644 index 0000000..dbd7f85 --- /dev/null +++ b/openpicc/application/iso14443a_miller.h @@ -0,0 +1,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_*/ |