summaryrefslogtreecommitdiff
path: root/include/rfid/rfid_protocol_tcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rfid/rfid_protocol_tcl.h')
-rw-r--r--include/rfid/rfid_protocol_tcl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rfid/rfid_protocol_tcl.h b/include/rfid/rfid_protocol_tcl.h
index b913e80..c0861cd 100644
--- a/include/rfid/rfid_protocol_tcl.h
+++ b/include/rfid/rfid_protocol_tcl.h
@@ -32,6 +32,8 @@ struct tcl_handle {
unsigned int flags;
unsigned int state; /* protocol state */
+ unsigned int toggle; /* send toggle with next frame */
+
unsigned int ats_len;
unsigned char ats[0];
};
personal git repositories of Harald Welte. Your mileage may vary