aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/sclp_cpi_sys.h
diff options
context:
space:
mode:
authorMichael Ernst <mernst@de.ibm.com>2008-01-26 14:10:55 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2008-01-26 14:11:08 +0100
commitc05ffc4f2b208da8ba7d3a9b5ab886c76f8939b5 (patch)
tree4cd35a23eaf7eb3b5a15f30e82a676b590622448 /drivers/s390/char/sclp_cpi_sys.h
parent[S390] qdio: set QDIO_ACTIVATE_TIMEOUT to 5s (diff)
downloadlinux-dev-c05ffc4f2b208da8ba7d3a9b5ab886c76f8939b5.tar.xz
linux-dev-c05ffc4f2b208da8ba7d3a9b5ab886c76f8939b5.zip
[S390] sclp: sysfs interface for SCLP cpi
Signed-off-by: Michael Ernst <mernst@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/char/sclp_cpi_sys.h')
-rw-r--r--drivers/s390/char/sclp_cpi_sys.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/s390/char/sclp_cpi_sys.h b/drivers/s390/char/sclp_cpi_sys.h
new file mode 100644
index 000000000000..deef3e6ff496
--- /dev/null
+++ b/drivers/s390/char/sclp_cpi_sys.h
@@ -0,0 +1,15 @@
+/*
+ * drivers/s390/char/sclp_cpi_sys.h
+ * SCLP control program identification sysfs interface
+ *
+ * Copyright IBM Corp. 2007
+ * Author(s): Michael Ernst <mernst@de.ibm.com>
+ */
+
+#ifndef __SCLP_CPI_SYS_H__
+#define __SCLP_CPI_SYS_H__
+
+int sclp_cpi_set_data(const char *system, const char *sysplex,
+ const char *type, u64 level);
+
+#endif /* __SCLP_CPI_SYS_H__ */