summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp/wcte12xp.h
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-08-11 18:47:19 +0000
committerShaun Ruffell <sruffell@digium.com>2009-08-11 18:47:19 +0000
commitf65b487e4d207f699d92c3fb0e8261413a8c5577 (patch)
tree3f0463ee2c3b3484a3b6083f54ab806602910409 /drivers/dahdi/wcte12xp/wcte12xp.h
parent2e98671e9dbb84fcde2502f58bc2448625097c41 (diff)
wcte12xp: Removing a few macros that are no longer used.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6951 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte12xp/wcte12xp.h')
-rw-r--r--drivers/dahdi/wcte12xp/wcte12xp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/dahdi/wcte12xp/wcte12xp.h b/drivers/dahdi/wcte12xp/wcte12xp.h
index 07d6c94..2679e8b 100644
--- a/drivers/dahdi/wcte12xp/wcte12xp.h
+++ b/drivers/dahdi/wcte12xp/wcte12xp.h
@@ -71,10 +71,6 @@
#define UNSET_LED_ORANGE(a) (a & ~__LED_ORANGE)
#define UNSET_LED_REDGREEN(a) (a | __LED_RED | __LED_GREEN)
-#define CMD_WR(a,b) (((a) << 8) | (b) | __CMD_WR)
-#define CMD_RD(a) (((a) << 8) | __CMD_RD)
-#define CMD_LEDS(a) (((a) << 8) | __CMD_LEDS)
-//#define CMD_BYTE(slot, a) (slot*6)+(a*2) /* only even slots */
#define CMD_BYTE(slot, a, is_vpm) (slot*6)+(a*2)+is_vpm /* only even slots */
//TODO: make a separate macro