summaryrefslogtreecommitdiff
path: root/kernel/wct4xxp/wct4xxp.h
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-02 18:09:23 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-02 18:09:23 +0000
commitc0c25efed7eb51f54399a330f7f59c177503f77b (patch)
tree225fce0d146c4c601078accb4b6f80b02061de4a /kernel/wct4xxp/wct4xxp.h
parentd471b05a1c259cc18aa1f6ad54733cd608b7a69f (diff)
Switch to using bitflags instead of variables for stopdma field
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4224 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 7cb4ed0..df63675 100644
--- a/kernel/wct4xxp/wct4xxp.h
+++ b/kernel/wct4xxp/wct4xxp.h
@@ -107,6 +107,7 @@ struct t4_regs {
#define T4_CHECK_VPM 0
#define T4_LOADING_FW 1
+#define T4_STOP_DMA 2
#define WCT4_GET_REGS _IOW (ZT_CODE, 60, struct t4_regs)