Home
last modified time | relevance | path

Searched defs:bchannel (Results 1 – 1 of 1) sorted by relevance

/include/linux/
DmISDNhw.h140 struct bchannel { struct
141 struct mISDNchannel ch;
142 int nr;
143 u_long Flags;
144 struct work_struct workq;
145 u_int state;
146 void *hw;
147 int slot; /* multiport card channel slot */
148 struct timer_list timer;
173 extern int mISDN_initbchannel(struct bchannel *, unsigned short, argument