| /* $Id: isdnl1.h,v 2.12.2.3 2004/02/11 13:21:34 keil Exp $ |
| * This software may be used and distributed according to the terms |
| * of the GNU General Public License, incorporated herein by reference. |
| #define D_L1STATECHANGE 2 |
| void debugl1(struct IsdnCardState *cs, char *fmt, ...); |
| void DChannel_proc_xmt(struct IsdnCardState *cs); |
| void DChannel_proc_rcv(struct IsdnCardState *cs); |
| void l1_msg(struct IsdnCardState *cs, int pr, void *arg); |
| void l1_msg_b(struct PStack *st, int pr, void *arg); |
| void Logl2Frame(struct IsdnCardState *cs, struct sk_buff *skb, char *buf, |
| void BChannel_bh(struct work_struct *work); |