18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci#ifndef _UAPI__AXP_CONSOLE_H 38c2ecf20Sopenharmony_ci#define _UAPI__AXP_CONSOLE_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci/* 68c2ecf20Sopenharmony_ci * Console callback routine numbers 78c2ecf20Sopenharmony_ci */ 88c2ecf20Sopenharmony_ci#define CCB_GETC 0x01 98c2ecf20Sopenharmony_ci#define CCB_PUTS 0x02 108c2ecf20Sopenharmony_ci#define CCB_RESET_TERM 0x03 118c2ecf20Sopenharmony_ci#define CCB_SET_TERM_INT 0x04 128c2ecf20Sopenharmony_ci#define CCB_SET_TERM_CTL 0x05 138c2ecf20Sopenharmony_ci#define CCB_PROCESS_KEYCODE 0x06 148c2ecf20Sopenharmony_ci#define CCB_OPEN_CONSOLE 0x07 158c2ecf20Sopenharmony_ci#define CCB_CLOSE_CONSOLE 0x08 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#define CCB_OPEN 0x10 188c2ecf20Sopenharmony_ci#define CCB_CLOSE 0x11 198c2ecf20Sopenharmony_ci#define CCB_IOCTL 0x12 208c2ecf20Sopenharmony_ci#define CCB_READ 0x13 218c2ecf20Sopenharmony_ci#define CCB_WRITE 0x14 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci#define CCB_SET_ENV 0x20 248c2ecf20Sopenharmony_ci#define CCB_RESET_ENV 0x21 258c2ecf20Sopenharmony_ci#define CCB_GET_ENV 0x22 268c2ecf20Sopenharmony_ci#define CCB_SAVE_ENV 0x23 278c2ecf20Sopenharmony_ci 288c2ecf20Sopenharmony_ci#define CCB_PSWITCH 0x30 298c2ecf20Sopenharmony_ci#define CCB_BIOS_EMUL 0x32 308c2ecf20Sopenharmony_ci 318c2ecf20Sopenharmony_ci/* 328c2ecf20Sopenharmony_ci * Environment variable numbers 338c2ecf20Sopenharmony_ci */ 348c2ecf20Sopenharmony_ci#define ENV_AUTO_ACTION 0x01 358c2ecf20Sopenharmony_ci#define ENV_BOOT_DEV 0x02 368c2ecf20Sopenharmony_ci#define ENV_BOOTDEF_DEV 0x03 378c2ecf20Sopenharmony_ci#define ENV_BOOTED_DEV 0x04 388c2ecf20Sopenharmony_ci#define ENV_BOOT_FILE 0x05 398c2ecf20Sopenharmony_ci#define ENV_BOOTED_FILE 0x06 408c2ecf20Sopenharmony_ci#define ENV_BOOT_OSFLAGS 0x07 418c2ecf20Sopenharmony_ci#define ENV_BOOTED_OSFLAGS 0x08 428c2ecf20Sopenharmony_ci#define ENV_BOOT_RESET 0x09 438c2ecf20Sopenharmony_ci#define ENV_DUMP_DEV 0x0A 448c2ecf20Sopenharmony_ci#define ENV_ENABLE_AUDIT 0x0B 458c2ecf20Sopenharmony_ci#define ENV_LICENSE 0x0C 468c2ecf20Sopenharmony_ci#define ENV_CHAR_SET 0x0D 478c2ecf20Sopenharmony_ci#define ENV_LANGUAGE 0x0E 488c2ecf20Sopenharmony_ci#define ENV_TTY_DEV 0x0F 498c2ecf20Sopenharmony_ci 508c2ecf20Sopenharmony_ci 518c2ecf20Sopenharmony_ci#endif /* _UAPI__AXP_CONSOLE_H */ 52