RTEMS 6.1-rc1
|
/dev/ptyXX (Support for pseudo-terminals) More...
#include <sys/ttycom.h>
#include <rtems/pty.h>
#include <rtems/seterr.h>
#include <errno.h>
#include <sys/socket.h>
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <unistd.h>
Functions | |
const char * | rtems_pty_initialize (rtems_pty_context *pty, uintptr_t unique) |
void | rtems_pty_close_socket (rtems_pty_context *pty) |
void | rtems_pty_set_socket (rtems_pty_context *pty, int socket) |
/dev/ptyXX (Support for pseudo-terminals)