summaryrefslogtreecommitdiff
path: root/arch/cris/include/uapi/asm/ioctls.h
blob: 488fbb3f5e842e98bc12f528c94b67353ced747e (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __ARCH_CRIS_IOCTLS_H__
#define __ARCH_CRIS_IOCTLS_H__

#define TIOCSERGSTRUCT	0x5458 /* For debugging only */
#define TIOCSERSETRS485	0x5461  /* enable rs-485 (deprecated) */
#define TIOCSERWRRS485	0x5462  /* write rs-485 */
#define TIOCSRS485	0x5463  /* enable rs-485 */

#include <asm-generic/ioctls.h>

#endif