blob: 488fbb3f5e842e98bc12f528c94b67353ced747e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __ARCH_CRIS_IOCTLS_H__
2#define __ARCH_CRIS_IOCTLS_H__
3
Linus Torvalds1da177e2005-04-16 15:20:36 -07004#define TIOCSERGSTRUCT 0x5458 /* For debugging only */
Claudio Scordino6fd1af42009-04-07 16:48:19 +01005#define TIOCSERSETRS485 0x5461 /* enable rs-485 (deprecated) */
6#define TIOCSERWRRS485 0x5462 /* write rs-485 */
7#define TIOCSRS485 0x5463 /* enable rs-485 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
Jeff Mahoney8bc33722010-08-20 17:14:04 -04009#include <asm-generic/ioctls.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
11#endif