source: svn/trunk/newcon3bcm2_21bu/toolchain/mips-linux-uclibc/include/linux/tty.h

Last change on this file was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
  • Property svn:executable set to *
File size: 513 bytes
RevLine 
[2]1#ifndef _LINUX_TTY_H
2#define _LINUX_TTY_H
3
4/*
5 * 'tty.h' defines some structures used by tty_io.c and some defines.
6 */
7
8/*
9 * These constants are also useful for user-level apps (e.g., VC
10 * resizing).
11 */
12#define MIN_NR_CONSOLES 1       /* must be at least 1 */
13#define MAX_NR_CONSOLES 63      /* serial lines start at 64 */
14#define MAX_NR_USER_CONSOLES 63 /* must be root to allocate above this */
15                /* Note: the ioctl VT_GETSTATE does not work for
16                   consoles 16 and higher (since it returns a short) */
17
18#endif
Note: See TracBrowser for help on using the repository browser.