xref: /linux/arch/s390/include/uapi/asm/ioctls.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
29807f759SDavid Howells #ifndef __ARCH_S390_IOCTLS_H__
39807f759SDavid Howells #define __ARCH_S390_IOCTLS_H__
49807f759SDavid Howells 
59807f759SDavid Howells #define FIOQSIZE	0x545E
69807f759SDavid Howells 
79807f759SDavid Howells #include <asm-generic/ioctls.h>
89807f759SDavid Howells 
99807f759SDavid Howells #endif
10