patch-2.0.26 linux/drivers/isdn/isdn_cards.c

Next file: linux/drivers/isdn/isdn_common.c
Previous file: linux/drivers/isdn/icn/icn.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.25/linux/drivers/isdn/isdn_cards.c linux/drivers/isdn/isdn_cards.c
@@ -1,4 +1,4 @@
-/* $Id: isdn_cards.c,v 1.1 1996/04/20 16:04:36 fritz Exp $
+/* $Id: isdn_cards.c,v 1.2 1996/10/13 19:52:17 keil Exp $
  *
  * Linux ISDN subsystem, initialization for non-modularized drivers.
  *
@@ -19,6 +19,9 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
  *
  * $Log: isdn_cards.c,v $
+ * Revision 1.2  1996/10/13 19:52:17  keil
+ * HiSax support
+ *
  * Revision 1.1  1996/04/20 16:04:36  fritz
  * Initial revision
  *
@@ -27,15 +30,19 @@
 #include <linux/config.h>
 
 #ifdef CONFIG_ISDN_DRV_ICN
-extern int icn_init(void);
+extern void icn_init(void);
 #endif
 
 #ifdef CONFIG_ISDN_DRV_TELES
-extern int teles_init(void);
+extern void teles_init(void);
+#endif
+
+#ifdef CONFIG_ISDN_DRV_HISAX
+extern void HiSax_init(void);
 #endif
 
 #ifdef CONFIG_ISDN_DRV_PCBIT
-extern int pcbit_init(void);
+extern void pcbit_init(void);
 #endif
 
 void isdn_cards_init(void)
@@ -45,6 +52,9 @@
 #endif
 #if CONFIG_ISDN_DRV_TELES
         teles_init();
+#endif
+#ifdef CONFIG_ISDN_DRV_HISAX
+	HiSax_init();
 #endif
 #if CONFIG_ISDN_DRV_PCBIT
         pcbit_init();

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