xref: /aosp_15_r20/bionic/libc/kernel/uapi/linux/tiocl.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1*8d67ca89SAndroid Build Coastguard Worker /*
2*8d67ca89SAndroid Build Coastguard Worker  * This file is auto-generated. Modifications will be lost.
3*8d67ca89SAndroid Build Coastguard Worker  *
4*8d67ca89SAndroid Build Coastguard Worker  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5*8d67ca89SAndroid Build Coastguard Worker  * for more information.
6*8d67ca89SAndroid Build Coastguard Worker  */
7*8d67ca89SAndroid Build Coastguard Worker #ifndef _LINUX_TIOCL_H
8*8d67ca89SAndroid Build Coastguard Worker #define _LINUX_TIOCL_H
9*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_SETSEL 2
10*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_SELCHAR 0
11*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_SELWORD 1
12*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_SELLINE 2
13*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_SELPOINTER 3
14*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_SELCLEAR 4
15*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_SELMOUSEREPORT 16
16*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_SELBUTTONMASK 15
17*8d67ca89SAndroid Build Coastguard Worker struct tiocl_selection {
18*8d67ca89SAndroid Build Coastguard Worker   unsigned short xs;
19*8d67ca89SAndroid Build Coastguard Worker   unsigned short ys;
20*8d67ca89SAndroid Build Coastguard Worker   unsigned short xe;
21*8d67ca89SAndroid Build Coastguard Worker   unsigned short ye;
22*8d67ca89SAndroid Build Coastguard Worker   unsigned short sel_mode;
23*8d67ca89SAndroid Build Coastguard Worker };
24*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_PASTESEL 3
25*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_UNBLANKSCREEN 4
26*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_SELLOADLUT 5
27*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_GETSHIFTSTATE 6
28*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_GETMOUSEREPORTING 7
29*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_SETVESABLANK 10
30*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_SETKMSGREDIRECT 11
31*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_GETFGCONSOLE 12
32*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_SCROLLCONSOLE 13
33*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_BLANKSCREEN 14
34*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_BLANKEDSCREEN 15
35*8d67ca89SAndroid Build Coastguard Worker #define TIOCL_GETKMSGREDIRECT 17
36*8d67ca89SAndroid Build Coastguard Worker #endif
37