summaryrefslogtreecommitdiff
path: root/openpicc
diff options
context:
space:
mode:
authorhenryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-11-27 17:51:16 +0000
committerhenryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-11-27 17:51:16 +0000
commit71078ff60031723fc87bab8f1f26bccea07b9fe1 (patch)
treeb5b78d66dfd0c3e36504a380ff6d3399528fda02 /openpicc
parent48c311bd71544f4bfbf0820024fea2f13b974089 (diff)
Forgotten file
git-svn-id: https://svn.openpcd.org:2342/trunk@357 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc')
-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