| 2006 | ----------------------------------------------------------*/ |
| 2007 | |
| 2008 | int cfsetispeed(struct termios *s_termios, speed_t speed) |
| 2009 | { |
| 2010 | return cfsetospeed(s_termios, speed); |
| 2011 | } |
| 2012 | |
| 2013 | /*---------------------------------------------------------- |
| 2014 | cfsetspeed() |
no test coverage detected