summaryrefslogtreecommitdiff
path: root/include/rfid/rfid_layer2.h
diff options
context:
space:
mode:
authorlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2005-06-14 12:41:42 +0000
committerlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2005-06-14 12:41:42 +0000
commit3897fabc5c94f7041c95a13ad04d2e32c944c1f1 (patch)
tree300ff662f5ed8c109c53c0811fdcfe8164dc97d5 /include/rfid/rfid_layer2.h
parent2f60f1dc09a5a10c2f198b810f8bd664d4749b57 (diff)
- start 15693 implementation
- build a real library (librfid.a) git-svn-id: https://svn.gnumonks.org/trunk/librfid@1215 e0336214-984f-0b4b-a45f-81c69e1f0ede
Diffstat (limited to 'include/rfid/rfid_layer2.h')
-rw-r--r--include/rfid/rfid_layer2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rfid/rfid_layer2.h b/include/rfid/rfid_layer2.h
index 40b9bff..975022a 100644
--- a/include/rfid/rfid_layer2.h
+++ b/include/rfid/rfid_layer2.h
@@ -6,6 +6,7 @@ struct rfid_reader_handle;
#include <rfid/rfid_layer2_iso14443a.h>
#include <rfid/rfid_layer2_iso14443b.h>
+#include <rfid/rfid_layer2_iso15693.h>
struct rfid_layer2 {
@@ -31,7 +32,7 @@ struct rfid_layer2_handle {
union {
struct iso14443a_handle iso14443a;
struct iso14443b_handle iso14443b;
- //struct iso15693_handle iso15693;
+ struct iso15693_handle iso15693;
} priv;
struct rfid_layer2 *l2;
};
personal git repositories of Harald Welte. Your mileage may vary