On 13/03/17 17:00, Kevin Kirspel wrote:
-  case RTEMS_IO_SNDWAKEUP:
+  case TIOCSNDWU:
      tty->tty_snd = *wakeup;
      break;
- case RTEMS_IO_RCVWAKEUP:
+  case TIOCRCVWU:
      tty->tty_rcv = *wakeup;
      break;

Since they are RTEMS-specific and probably a (undocumented) part of the user API, could you please not change the IO control name.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to