patch-2.2.11 linux/drivers/isdn/hisax/arcofi.h
Next file: linux/drivers/isdn/hisax/asuscom.c
Previous file: linux/drivers/isdn/hisax/arcofi.c
Back to the patch index
Back to the overall index
- Lines: 41
- Date:
Mon Aug 9 12:04:39 1999
- Orig file:
v2.2.10/linux/drivers/isdn/hisax/arcofi.h
- Orig date:
Wed Apr 1 16:20:57 1998
diff -u --recursive --new-file v2.2.10/linux/drivers/isdn/hisax/arcofi.h linux/drivers/isdn/hisax/arcofi.h
@@ -1,4 +1,4 @@
-/* $Id: arcofi.h,v 1.1 1997/10/29 18:51:20 keil Exp $
+/* $Id: arcofi.h,v 1.4 1999/07/01 08:11:18 keil Exp $
* arcofi.h Ansteuerung ARCOFI 2165
*
@@ -7,6 +7,16 @@
*
*
* $Log: arcofi.h,v $
+ * Revision 1.4 1999/07/01 08:11:18 keil
+ * Common HiSax version for 2.0, 2.1, 2.2 and 2.3 kernel
+ *
+ * Revision 1.3 1998/05/25 12:57:39 keil
+ * HiSax golden code from certification, Don't use !!!
+ * No leased lines, no X75, but many changes.
+ *
+ * Revision 1.2 1998/04/15 16:47:17 keil
+ * new interface
+ *
* Revision 1.1 1997/10/29 18:51:20 keil
* New files
*
@@ -14,4 +24,16 @@
#define ARCOFI_USE 1
-extern int send_arcofi(struct IsdnCardState *cs, const u_char *msg);
+/* states */
+#define ARCOFI_NOP 0
+#define ARCOFI_TRANSMIT 1
+#define ARCOFI_RECEIVE 2
+/* events */
+#define ARCOFI_START 1
+#define ARCOFI_TX_END 2
+#define ARCOFI_RX_END 3
+#define ARCOFI_TIMEOUT 4
+
+extern int arcofi_fsm(struct IsdnCardState *cs, int event, void *data);
+extern void init_arcofi(struct IsdnCardState *cs);
+extern void clear_arcofi(struct IsdnCardState *cs);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)