summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp/wcte12xp.h
diff options
context:
space:
mode:
authorRuss Meyerriecks <rmeyerreicks@digium.com>2010-04-26 21:49:55 +0000
committerRuss Meyerriecks <rmeyerreicks@digium.com>2010-04-26 21:49:55 +0000
commit6c1f6af1b0d9263aa8f1fec21d951798e573a13c (patch)
tree224ecf0887359beb60dfcdbc0c768ff879768fc5 /drivers/dahdi/wcte12xp/wcte12xp.h
parent75d6e399df54e338c9a02c35168fa107deea25bc (diff)
dahdi-base: Reverted a change from last patch
Removed a change to dahdi-base from last patch which might have caused compatibility with drivers other than the wcte12xp. wcte12xp: The channel clear/rbs function no longer reads the register first. It now uses the span's channel flags to determine each channels clear state. Also added various minor readability improvements. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8569 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte12xp/wcte12xp.h')
-rw-r--r--drivers/dahdi/wcte12xp/wcte12xp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/dahdi/wcte12xp/wcte12xp.h b/drivers/dahdi/wcte12xp/wcte12xp.h
index 1505fcc..5994fa2 100644
--- a/drivers/dahdi/wcte12xp/wcte12xp.h
+++ b/drivers/dahdi/wcte12xp/wcte12xp.h
@@ -150,4 +150,9 @@ struct t1 {
#define LIM1_RL (1<<1)
#define LIM1_JATT (1<<2)
+/* Clear Channel Registers */
+#define CCB1 0x2f
+#define CCB2 0x30
+#define CCB3 0x31
+
#endif