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