- use C99 compiler flags
[librfid] / include / librfid / rfid_layer2_iso14443b.h
index 5d6d979..07c185f 100644 (file)
@@ -1,6 +1,17 @@
 #ifndef _RFID_LAYER2_ISO14443B_H
 #define _RFID_LAYER2_ISO14443B_H
 
+#include <librfid/rfid_layer2.h>
+
+enum rfid_iso14443_opt {
+       RFID_OPT_14443B_CID             = 0x00010001,
+       RFID_OPT_14443B_FSC             = 0x00010002,
+       RFID_OPT_14443B_FSD             = 0x00010003,
+       RFID_OPT_14443B_FWT             = 0x00010004,
+       RFID_OPT_14443B_TR0             = 0x00010005,
+       RFID_OPT_14443B_TR1             = 0x00010006,
+};
+
 #ifdef __LIBRFID__
 
 struct iso14443b_atqb {