patch-2.3.99-pre8 linux/arch/s390/kernel/s390dyn.c

Next file: linux/arch/s390/kernel/s390fpu.c
Previous file: linux/arch/s390/kernel/s390_ksyms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre7/linux/arch/s390/kernel/s390dyn.c linux/arch/s390/kernel/s390dyn.c
@@ -0,0 +1,36 @@
+/*
+ *  arch/s390/kernel/s390dyn.c
+ *   S/390 dynamic device attachment
+ *
+ *  S390 version
+ *    Copyright (C) 2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
+ *    Author(s): Ingo Adlung (adlung@de.ibm.com)
+ */
+
+#include <linux/init.h>
+
+#include <asm/irq.h>
+#include <asm/s390io.h>
+#include <asm/s390dyn.h>
+
+int s390_device_register( devreg_t *drinfo )
+{
+	return -EOPNOTSUPP;
+}
+
+
+int s390_device_deregister  ( devreg_t *dreg )
+{
+	return -EOPNOTSUPP;
+}
+
+int s390_request_irq_special( int                      irq,
+                              io_handler_func_t        io_handler,
+                              not_oper_handler_func_t  not_oper_handler,
+                              unsigned long            irqflags,
+                              const char              *devname,
+                              void                    *dev_id)
+{
+	return -EOPNOTSUPP;
+}
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)