File: config.def.h

package info (click to toggle)
physlock 13-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 136 kB
  • sloc: ansic: 532; makefile: 58
file content (12 lines) | stat: -rw-r--r-- 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
/* pseudo device that points to foreground console:    */
static const char * const CONSOLE_DEVICE  = "/dev/tty0";

/* common basename of all virtual console devices:     */
static const char * const TTY_DEVICE_BASE = "/dev/tty";

/* full path to kernel sysrq control file:             */
static const char * const SYSRQ_PATH = "/proc/sys/kernel/sysrq";

/* full path to kernel printk file:			*/
static const char * const PRINTK_PATH = "/proc/sys/kernel/printk";