X-Git-Url: http://git.rot13.org/?p=librfid;a=blobdiff_plain;f=include%2Frfid%2Frfid_protocol_tcl.h;h=f754ad971c5fe744e3dae496b4fbf72f37fa6748;hp=f0dbcdc45fc723de85143a6b276b6e02123f40bc;hb=fd42860f9fd020a2debbd68a1e0f260fe409714a;hpb=43ac27739b392c67471c2101a88afaa6ef4edbd3 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