RTEMS
|
Public Attributes | |
int(* | l_open )(struct rtems_termios_tty *tp) |
int(* | l_close )(struct rtems_termios_tty *tp) |
int(* | l_read )(struct rtems_termios_tty *tp, rtems_libio_rw_args_t *args) |
int(* | l_write )(struct rtems_termios_tty *tp, rtems_libio_rw_args_t *args) |
int(* | l_rint )(int c, struct rtems_termios_tty *tp) |
int(* | l_start )(struct rtems_termios_tty *tp) |
int(* | l_ioctl )(struct rtems_termios_tty *tp, rtems_libio_ioctl_args_t *args) |
int(* | l_modem )(struct rtems_termios_tty *tp, int flags) |
Definition at line 479 of file termiostypes.h.