diff options
Diffstat (limited to 'kernel/arch/m68k/include/uapi/asm/ioctls.h')
-rw-r--r-- | kernel/arch/m68k/include/uapi/asm/ioctls.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/arch/m68k/include/uapi/asm/ioctls.h b/kernel/arch/m68k/include/uapi/asm/ioctls.h new file mode 100644 index 000000000..1332bb4ca --- /dev/null +++ b/kernel/arch/m68k/include/uapi/asm/ioctls.h @@ -0,0 +1,8 @@ +#ifndef __ARCH_M68K_IOCTLS_H__ +#define __ARCH_M68K_IOCTLS_H__ + +#define FIOQSIZE 0x545E + +#include <asm-generic/ioctls.h> + +#endif /* __ARCH_M68K_IOCTLS_H__ */ |