2005-04-17 00:20:36 +02:00
|
|
|
#ifndef __ARCH_CRIS_IOCTLS_H__
|
|
|
|
#define __ARCH_CRIS_IOCTLS_H__
|
|
|
|
|
|
|
|
#define TIOCSERGSTRUCT 0x5458 /* For debugging only */
|
2009-04-07 17:48:19 +02:00
|
|
|
#define TIOCSERSETRS485 0x5461 /* enable rs-485 (deprecated) */
|
|
|
|
#define TIOCSERWRRS485 0x5462 /* write rs-485 */
|
|
|
|
#define TIOCSRS485 0x5463 /* enable rs-485 */
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2010-08-20 23:14:04 +02:00
|
|
|
#include <asm-generic/ioctls.h>
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
#endif
|