RTEMS
|
Termios device context. More...
#include <termiostypes.h>
Public Attributes | |
union { | |
rtems_interrupt_lock interrupt | |
rtems_mutex mutex | |
} | lock |
void(* | lock_acquire )(struct rtems_termios_device_context *, rtems_interrupt_lock_context *) |
void(* | lock_release )(struct rtems_termios_device_context *, rtems_interrupt_lock_context *) |
Termios device context.
Definition at line 75 of file termiostypes.h.