1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _DIAG_IOCTL_H
3#define _DIAG_IOCTL_H
4
5#include <linux/types.h>
6
7long diag324_pibbuf(unsigned long arg);
8long diag324_piblen(unsigned long arg);
9
10long diag310_memtop_stride(unsigned long arg);
11long diag310_memtop_len(unsigned long arg);
12long diag310_memtop_buf(unsigned long arg);
13
14#endif /* _DIAG_IOCTL_H */
15

source code of linux/arch/s390/kernel/diag/diag_ioctl.h