Path: blob/master/arch/alpha/include/uapi/asm/console.h
26498 views
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */1#ifndef _UAPI__AXP_CONSOLE_H2#define _UAPI__AXP_CONSOLE_H34/*5* Console callback routine numbers6*/7#define CCB_GETC 0x018#define CCB_PUTS 0x029#define CCB_RESET_TERM 0x0310#define CCB_SET_TERM_INT 0x0411#define CCB_SET_TERM_CTL 0x0512#define CCB_PROCESS_KEYCODE 0x0613#define CCB_OPEN_CONSOLE 0x0714#define CCB_CLOSE_CONSOLE 0x081516#define CCB_OPEN 0x1017#define CCB_CLOSE 0x1118#define CCB_IOCTL 0x1219#define CCB_READ 0x1320#define CCB_WRITE 0x142122#define CCB_SET_ENV 0x2023#define CCB_RESET_ENV 0x2124#define CCB_GET_ENV 0x2225#define CCB_SAVE_ENV 0x232627#define CCB_PSWITCH 0x3028#define CCB_BIOS_EMUL 0x322930/*31* Environment variable numbers32*/33#define ENV_AUTO_ACTION 0x0134#define ENV_BOOT_DEV 0x0235#define ENV_BOOTDEF_DEV 0x0336#define ENV_BOOTED_DEV 0x0437#define ENV_BOOT_FILE 0x0538#define ENV_BOOTED_FILE 0x0639#define ENV_BOOT_OSFLAGS 0x0740#define ENV_BOOTED_OSFLAGS 0x0841#define ENV_BOOT_RESET 0x0942#define ENV_DUMP_DEV 0x0A43#define ENV_ENABLE_AUDIT 0x0B44#define ENV_LICENSE 0x0C45#define ENV_CHAR_SET 0x0D46#define ENV_LANGUAGE 0x0E47#define ENV_TTY_DEV 0x0F484950#endif /* _UAPI__AXP_CONSOLE_H */515253