From 7600eb5ebbb8ac0f7532e7e7ae6cb5d4dc29d30b Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 8 Nov 2005 10:34:18 +0000 Subject: - better layering abstraciton - differentiate between library internal definitions and public ones - implement getopt/setopt like get/setsockopt - offer speed changing controls git-svn-id: https://svn.gnumonks.org/trunk/librfid@1662 e0336214-984f-0b4b-a45f-81c69e1f0ede --- include/rfid/rfid_protocol_tcl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/rfid/rfid_protocol_tcl.h') diff --git a/include/rfid/rfid_protocol_tcl.h b/include/rfid/rfid_protocol_tcl.h index f0dbcdc..f754ad9 100644 --- a/include/rfid/rfid_protocol_tcl.h +++ b/include/rfid/rfid_protocol_tcl.h @@ -1,6 +1,8 @@ #ifndef _RFID_PROTOCOL_TCL_H #define _RFID_PROTOCOL_TCL_H +#ifdef __LIBRFID__ + enum tcl_transport_rate { TCL_RATE_106 = 0x01, TCL_RATE_212 = 0x02, @@ -13,7 +15,6 @@ enum tcl_transport_transcieve_flags { TCL_TRANSP_F_RX_CRC = 0x02, }; - struct tcl_handle { /* derived from ats */ unsigned char *historical_bytes; /* points into ats */ @@ -64,4 +65,6 @@ enum tcl_pcd_state { struct rfid_protocol rfid_protocol_tcl; +#endif /* __LIBRFID__ */ + #endif -- cgit v1.2.3