|
Last change
on this file since 48 was
2,
checked in by jglee, 11 years ago
|
|
first commit
|
-
Property svn:executable set to
*
|
|
File size:
513 bytes
|
| Line | |
|---|
| 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.