summaryrefslogtreecommitdiff
path: root/openpicc/application
diff options
context:
space:
mode:
Diffstat (limited to 'openpicc/application')
-rw-r--r--openpicc/application/iso14443a_manchester.h5
1 files changed, 5 insertions, 0 deletions
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_*/
personal git repositories of Harald Welte. Your mileage may vary