summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xpd.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-08-11 15:31:49 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-08-11 15:31:49 +0000
commite762ee6ef14b199bce70228f42c03bd5fbd05c38 (patch)
treea7c4b7305dbb6f4c003ae3ae3b0fe36cd718c56a /drivers/dahdi/xpp/xpd.h
parent518f6b963d7201451c4c62c4be23921c0ac54f7e (diff)
xpp_blink is a bit mask of ports, and not boolean anymore.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4758 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xpd.h')
-rw-r--r--drivers/dahdi/xpp/xpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/xpd.h b/drivers/dahdi/xpp/xpd.h
index d9a00aa..ae87360 100644
--- a/drivers/dahdi/xpp/xpd.h
+++ b/drivers/dahdi/xpp/xpd.h
@@ -171,7 +171,7 @@ struct xpd {
atomic_t open_counter; /* Number of open channels */
int flags;
- bool blink_mode; /* for visual identification */
+ unsigned long blink_mode; /* bitmask of blinking ports */
#define DEFAULT_LED_PERIOD (1000/8) /* in tick */
#ifdef CONFIG_PROC_FS