TTYINITPTY
Structure for initialization and configuration of pty devices
typedef struct ttyinitpty_entry {
TTYWAIT * ( *wait_add )(TTYWAIT **, resmgr_context_t *, unsigned int);
} TTYINITPTY;Description:
Structure for initialization and configuration of pty devices. Used only in the devc-pty driver.
The member is:
- wait_add
-
A pointer to function that adds entries to a wait queue for terminal I/O operations.
Page updated:
