| 135 | } |
| 136 | |
| 137 | rt_inline void _restore_serial(struct rt_serial_device *serial, lwp_tty_t tp, |
| 138 | struct serial_tty_context *softc) |
| 139 | { |
| 140 | rt_device_control(&serial->parent, RT_DEVICE_CTRL_NOTIFY_SET, &softc->backup_notify); |
| 141 | } |
| 142 | |
| 143 | static void _serial_tty_set_speed(struct lwp_tty *tp) |
| 144 | { |
nothing calls this directly
no test coverage detected