| 129 | } |
| 130 | |
| 131 | rt_inline void _setup_serial(struct rt_serial_device* serial, lwp_tty_t tp, |
| 132 | struct serial_tty_context *softc) |
| 133 | { |
| 134 | rt_bypass_lower_register(serial, "tty", RT_BYPASS_PROTECT_LEVEL_1, _serial_ty_bypass, (void *)tp); |
| 135 | } |
| 136 | |
| 137 | rt_inline void _restore_serial(struct rt_serial_device *serial, lwp_tty_t tp, |
| 138 | struct serial_tty_context *softc) |
no test coverage detected