From 71078ff60031723fc87bab8f1f26bccea07b9fe1 Mon Sep 17 00:00:00 2001 From: henryk Date: Tue, 27 Nov 2007 17:51:16 +0000 Subject: Forgotten file git-svn-id: https://svn.openpcd.org:2342/trunk@357 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/iso14443a_manchester.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 openpicc/application/iso14443a_manchester.h diff --git a/openpicc/application/iso14443a_manchester.h b/openpicc/application/iso14443a_manchester.h new file mode 100644 index 0000000..b3d1936 --- /dev/null +++ b/openpicc/application/iso14443a_manchester.h @@ -0,0 +1,5 @@ +#ifndef ISO14443A_MANCHESTER_H_ +#define ISO14443A_MANCHESTER_H_ + +extern int manchester_encode(u_int8_t *sample_buf, u_int16_t sample_buf_len, const iso14443_frame *frame); +#endif /*ISO14443A_MANCHESTER_H_*/ -- cgit v1.2.3