patch-2.0.36 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

diff -u --recursive --new-file v2.0.35/linux/drivers/isdn/hisax/isdnl3.h linux/drivers/isdn/hisax/isdnl3.h
@@ -1,6 +1,22 @@
-/* $Id: isdnl3.h,v 1.3 1997/04/06 22:54:17 keil Exp $
- *
+/* $Id: isdnl3.h,v 1.3.2.3 1998/11/03 00:07:08 keil Exp $
+
  * $Log: isdnl3.h,v $
+ * Revision 1.3.2.3  1998/11/03 00:07:08  keil
+ * certification related changes
+ * fixed logging for smaller stack use
+ *
+ * Revision 1.3.2.2  1998/05/27 18:06:02  keil
+ * HiSax 3.0
+ *
+ * Revision 1.3.2.1  1997/10/17 22:14:08  keil
+ * update to last hisax version
+ *
+ * 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 +40,20 @@
 #define	L3_DEB_CHARGE	0x08
 
 struct stateentry {
-	int	state;
-	u_char	primitive;
-	void	(*rout) (struct PStack *, u_char, void *);
+	int state;
+	int 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);
+#define l3_debug(st, fmt, args...) HiSax_putstatus(st->l1.hardware, "l3 ", fmt, ## args)
+
+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);
+extern void l3_msg(struct PStack *st, int pr, void *arg);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov