summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wct4xxp/wct4xxp.h
diff options
context:
space:
mode:
authorRuss Meyerriecks <rmeyerreicks@digium.com>2010-01-18 21:00:19 +0000
committerRuss Meyerriecks <rmeyerreicks@digium.com>2010-01-18 21:00:19 +0000
commit0eff337508847e7d3376de461cffb509df343582 (patch)
tree9610ae7739e1965e16ec9e6e3b544eca85793022 /drivers/dahdi/wct4xxp/wct4xxp.h
parentac8588e427ed14d3da5b328ebad7eb7537a4b3f4 (diff)
wct4xxp: Gen 5 latency changes and performance enhancements (interrupt rate reduction, etc)
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7926 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wct4xxp/wct4xxp.h')
-rw-r--r--drivers/dahdi/wct4xxp/wct4xxp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dahdi/wct4xxp/wct4xxp.h b/drivers/dahdi/wct4xxp/wct4xxp.h
index 6b4ec7d..390672f 100644
--- a/drivers/dahdi/wct4xxp/wct4xxp.h
+++ b/drivers/dahdi/wct4xxp/wct4xxp.h
@@ -108,6 +108,7 @@ struct t4_regs {
#define T4_LOADING_FW 1
#define T4_STOP_DMA 2
#define T4_CHECK_TIMING 3
+#define T4_CHANGE_LATENCY 4
#define WCT4_GET_REGS _IOW (DAHDI_CODE, 60, struct t4_regs)