summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-29 08:03:36 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-29 08:03:36 +0000
commit90ed187ceed2cb63c3426fb08cc93090ea61af8a (patch)
tree88900527570d868f74052135f70027de86368b0a /zaptel.h
parenteaf04219d025fc66d403e0750ad05f70a2742317 (diff)
merge torisa.h into zaptel.h
remove any installed copies of torisa.h during 'make install' git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1197 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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 */