bchannel          182 include/linux/mISDNhw.h extern int	mISDN_initbchannel(struct bchannel *, unsigned short,
bchannel          185 include/linux/mISDNhw.h extern void	mISDN_clear_bchannel(struct bchannel *);
bchannel          186 include/linux/mISDNhw.h extern void	mISDN_freebchannel(struct bchannel *);
bchannel          187 include/linux/mISDNhw.h extern int	mISDN_ctrl_bchannel(struct bchannel *, struct mISDN_ctrl_req *);
bchannel          191 include/linux/mISDNhw.h extern int	bchannel_senddata(struct bchannel *, struct sk_buff *);
bchannel          192 include/linux/mISDNhw.h extern int      bchannel_get_rxbuf(struct bchannel *, int);
bchannel          195 include/linux/mISDNhw.h extern void	recv_Bchannel(struct bchannel *, unsigned int, bool);
bchannel          197 include/linux/mISDNhw.h extern void	recv_Bchannel_skb(struct bchannel *, struct sk_buff *);
bchannel          198 include/linux/mISDNhw.h extern int	get_next_bframe(struct bchannel *);