diff options
Diffstat (limited to 'arch/cris/include/uapi/asm/ioctls.h')
-rw-r--r-- | arch/cris/include/uapi/asm/ioctls.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/cris/include/uapi/asm/ioctls.h b/arch/cris/include/uapi/asm/ioctls.h new file mode 100644 index 000000000000..488fbb3f5e84 --- /dev/null +++ b/arch/cris/include/uapi/asm/ioctls.h | |||
@@ -0,0 +1,11 @@ | |||
1 | #ifndef __ARCH_CRIS_IOCTLS_H__ | ||
2 | #define __ARCH_CRIS_IOCTLS_H__ | ||
3 | |||
4 | #define TIOCSERGSTRUCT 0x5458 /* For debugging only */ | ||
5 | #define TIOCSERSETRS485 0x5461 /* enable rs-485 (deprecated) */ | ||
6 | #define TIOCSERWRRS485 0x5462 /* write rs-485 */ | ||
7 | #define TIOCSRS485 0x5463 /* enable rs-485 */ | ||
8 | |||
9 | #include <asm-generic/ioctls.h> | ||
10 | |||
11 | #endif | ||