summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp/wcte12xp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wcte12xp/wcte12xp.h')
-rw-r--r--drivers/dahdi/wcte12xp/wcte12xp.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/dahdi/wcte12xp/wcte12xp.h b/drivers/dahdi/wcte12xp/wcte12xp.h
index 2a0a0f4..ceb309a 100644
--- a/drivers/dahdi/wcte12xp/wcte12xp.h
+++ b/drivers/dahdi/wcte12xp/wcte12xp.h
@@ -113,7 +113,10 @@ struct t1 {
} flags;
unsigned char txsigs[16]; /* Copy of tx sig registers */
int alarmcount; /* How much red alarm we've seen */
- char *variety;
+ int losalarmcount;
+ int aisalarmcount;
+ int yelalarmcount;
+ const char *variety;
char name[80];
unsigned long blinktimer;
int loopupcnt;
@@ -144,7 +147,7 @@ struct t1 {
struct work_struct timer_work;
};
-
-int schluffen(wait_queue_head_t *q);
+#define t1_info(t1, format, arg...) \
+ dev_info(&voicebus_get_pci_dev(t1->vb)->dev , format , ## arg)
#endif