summaryrefslogtreecommitdiff
path: root/kernel/wct4xxp/wct4xxp.h
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-02 18:16:12 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-02 18:16:12 +0000
commitf698d587cf89dc0f6b07a10c9f7693a451624334 (patch)
treea468ba12727ce4e5c8b2a411409b97e38b3e1a4c /kernel/wct4xxp/wct4xxp.h
parentc0c25efed7eb51f54399a330f7f59c177503f77b (diff)
Move the checktiming parameter to a flag in checkflag as well
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4227 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'kernel/wct4xxp/wct4xxp.h')
-rw-r--r--kernel/wct4xxp/wct4xxp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/wct4xxp/wct4xxp.h b/kernel/wct4xxp/wct4xxp.h
index df63675..7d14b85 100644
--- a/kernel/wct4xxp/wct4xxp.h
+++ b/kernel/wct4xxp/wct4xxp.h
@@ -108,6 +108,7 @@ struct t4_regs {
#define T4_CHECK_VPM 0
#define T4_LOADING_FW 1
#define T4_STOP_DMA 2
+#define T4_CHECK_TIMING 3
#define WCT4_GET_REGS _IOW (ZT_CODE, 60, struct t4_regs)