patch-2.1.92 linux/drivers/isdn/hisax/isdnl3.h
Next file: linux/drivers/isdn/hisax/ix1_micro.c
Previous file: linux/drivers/isdn/hisax/isdnl3.c
Back to the patch index
Back to the overall index
- Lines: 41
- Date:
Wed Apr 1 16:20:59 1998
- Orig file:
v2.1.91/linux/drivers/isdn/hisax/isdnl3.h
- Orig date:
Thu May 29 21:53:06 1997
diff -u --recursive --new-file v2.1.91/linux/drivers/isdn/hisax/isdnl3.h linux/drivers/isdn/hisax/isdnl3.h
@@ -1,6 +1,12 @@
-/* $Id: isdnl3.h,v 1.3 1997/04/06 22:54:17 keil Exp $
- *
+/* $Id: isdnl3.h,v 2.0 1997/07/27 21:15:42 keil Exp $
+
* $Log: isdnl3.h,v $
+ * Revision 2.0 1997/07/27 21:15:42 keil
+ * New Callref based layer3
+ *
+ * Revision 1.4 1997/06/26 11:20:57 keil
+ * ?
+ *
* Revision 1.3 1997/04/06 22:54:17 keil
* Using SKB's
*
@@ -24,15 +30,18 @@
#define L3_DEB_CHARGE 0x08
struct stateentry {
- int state;
- u_char primitive;
- void (*rout) (struct PStack *, u_char, void *);
+ int state;
+ u_char primitive;
+ void (*rout) (struct l3_process *, u_char, void *);
};
extern void l3_debug(struct PStack *st, char *s);
-extern void newl3state(struct PStack *st, int state);
-extern void L3InitTimer(struct PStack *st, struct L3Timer *t);
+extern void newl3state(struct l3_process *pc, int state);
+extern void L3InitTimer(struct l3_process *pc, struct L3Timer *t);
extern void L3DelTimer(struct L3Timer *t);
-extern int L3AddTimer(struct L3Timer *t, int millisec, int event);
-extern void StopAllL3Timer(struct PStack *st);
+extern int L3AddTimer(struct L3Timer *t, int millisec, int event);
+extern void StopAllL3Timer(struct l3_process *pc);
extern struct sk_buff *l3_alloc_skb(int len);
+extern struct l3_process *new_l3_process(struct PStack *st, int cr);
+extern void release_l3_process(struct l3_process *p);
+extern struct l3_process *getl3proc(struct PStack *st, int cr);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov