summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
Diffstat (limited to 'zaptel.h')
-rw-r--r--zaptel.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/zaptel.h b/zaptel.h
index d8aae5e..d7c67df 100644
--- a/zaptel.h
+++ b/zaptel.h
@@ -1762,4 +1762,17 @@ struct zt_radio_param {
#define ZT_RADPAR_TXGAIN 21 /* Audio (Out from system) Tx Gain */
+struct torisa_debug {
+ unsigned int txerrors;
+ unsigned int irqcount;
+ unsigned int taskletsched;
+ unsigned int taskletrun;
+ unsigned int taskletexec;
+ int span1flags;
+ int span2flags;
+};
+
+/* Special torisa ioctl */
+#define TORISA_GETDEBUG _IOW (ZT_CODE, 60, struct torisa_debug)
+
#endif /* _LINUX_ZAPTEL_H */