You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
321 B
11 lines
321 B
#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
|
|
|