Go to the documentation of this file.
40 #define CA_CI_MODULE_PRESENT 1
41 #define CA_CI_MODULE_READY 2
67 unsigned char msg[256];
81 #define CA_RESET _IO('o', 128)
82 #define CA_GET_CAP _IOR('o', 129, ca_caps_t)
83 #define CA_GET_SLOT_INFO _IOR('o', 130, ca_slot_info_t)
84 #define CA_GET_DESCR_INFO _IOR('o', 131, ca_descr_info_t)
85 #define CA_GET_MSG _IOR('o', 132, ca_msg_t)
86 #define CA_SEND_MSG _IOW('o', 133, ca_msg_t)
87 #define CA_SET_DESCR _IOW('o', 134, ca_descr_t)
88 #define CA_SET_PID _IOW('o', 135, ca_pid_t)