Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / cris / include / uapi / asm / ioctls.h
blob92d654ce3d84c99227e128cae1fb188e5f7fe487
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __ARCH_CRIS_IOCTLS_H__
3 #define __ARCH_CRIS_IOCTLS_H__
5 #define TIOCSERGSTRUCT 0x5458 /* For debugging only */
6 #define TIOCSERSETRS485 0x5461 /* enable rs-485 (deprecated) */
7 #define TIOCSERWRRS485 0x5462 /* write rs-485 */
8 #define TIOCSRS485 0x5463 /* enable rs-485 */
10 #include <asm-generic/ioctls.h>
12 #endif