next up previous contents index
Next: 10.13.4 base_raw_termios: Default termios Up: (X86 PC) Base Environment: Previous: 10.13.2 base_console_init: Initialize the

10.13.3 base_cooked_termios: Default termios setting for cooked-mode console

   

SYNOPSIS

#include <termios.h>

extern struct termios base_cooked_termios ;

DESCRIPTION

A POSIX termios structures with values suitable for a basic cooked-mode console tty. Used in the base environment when initializing a serial-port console in com_cons_init.

DEPENDENCIES

termios.h
9.4.30



University of Utah Flux Research Group