summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/diag/diag_ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel/diag/diag_ioctl.h')
-rw-r--r--arch/s390/kernel/diag/diag_ioctl.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/s390/kernel/diag/diag_ioctl.h b/arch/s390/kernel/diag/diag_ioctl.h
new file mode 100644
index 000000000000..7080be946785
--- /dev/null
+++ b/arch/s390/kernel/diag/diag_ioctl.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _DIAG_IOCTL_H
+#define _DIAG_IOCTL_H
+
+#include <linux/types.h>
+
+long diag324_pibbuf(unsigned long arg);
+long diag324_piblen(unsigned long arg);
+
+long diag310_memtop_stride(unsigned long arg);
+long diag310_memtop_len(unsigned long arg);
+long diag310_memtop_buf(unsigned long arg);
+
+#endif /* _DIAG_IOCTL_H */