GNU Linux-libre 4.14.266-gnu1
[releases.git] / arch / cris / include / uapi / asm / ioctls.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __ARCH_CRIS_IOCTLS_H__
3 #define __ARCH_CRIS_IOCTLS_H__
4
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 */
9
10 #include <asm-generic/ioctls.h>
11
12 #endif