diff options
Diffstat (limited to 'arch/m68k/include/uapi/asm/ioctls.h')
-rw-r--r-- | arch/m68k/include/uapi/asm/ioctls.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/m68k/include/uapi/asm/ioctls.h b/arch/m68k/include/uapi/asm/ioctls.h new file mode 100644 index 000000000..d92d7c778 --- /dev/null +++ b/arch/m68k/include/uapi/asm/ioctls.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +#ifndef __ARCH_M68K_IOCTLS_H__ +#define __ARCH_M68K_IOCTLS_H__ + +#define FIOQSIZE 0x545E + +#include <asm-generic/ioctls.h> + +#endif /* __ARCH_M68K_IOCTLS_H__ */ |