Home
last modified time | relevance | path

Searched refs:MAX_SRM_CONSOLE_DEVICES (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/alpha/kernel/
Dsrmcons.c31 #define MAX_SRM_CONSOLE_DEVICES 1 /* only support 1 console device */ macro
34 static struct tty_struct *srmcons_table[MAX_SRM_CONSOLE_DEVICES];
35 static struct termios *srmcons_termios[MAX_SRM_CONSOLE_DEVICES];
36 static struct termios *srmcons_termios_locked[MAX_SRM_CONSOLE_DEVICES];
278 .num = MAX_SRM_CONSOLE_DEVICES,