X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Flinux%2FmISDNhw.h;h=4af841408fb5dd2bee2026f118e4ee372bcd2f80;hb=HEAD;hp=7f9831da847f8dca1e4b3e7a4662e9119ff565eb;hpb=670025478c2a687453cd1bac697d7d765843f59d;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/linux/mISDNhw.h b/include/linux/mISDNhw.h index 7f9831d..4af8414 100644 --- a/include/linux/mISDNhw.h +++ b/include/linux/mISDNhw.h @@ -168,6 +168,7 @@ struct bchannel { extern int mISDN_initdchannel(struct dchannel *, int, void *); extern int mISDN_initbchannel(struct bchannel *, int); extern int mISDN_freedchannel(struct dchannel *); +extern void mISDN_clear_bchannel(struct bchannel *); extern int mISDN_freebchannel(struct bchannel *); extern void queue_ch_frame(struct mISDNchannel *, u_int, int, struct sk_buff *);