ioctls.h 321 B

123456789101112
  1. #ifndef __ARCH_CRIS_IOCTLS_H__
  2. #define __ARCH_CRIS_IOCTLS_H__
  3. #define TIOCSERGSTRUCT 0x5458 /* For debugging only */
  4. #define TIOCSERSETRS485 0x5461 /* enable rs-485 (deprecated) */
  5. #define TIOCSERWRRS485 0x5462 /* write rs-485 */
  6. #define TIOCSRS485 0x5463 /* enable rs-485 */
  7. #include <asm-generic/ioctls.h>
  8. #endif