The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1 | /**************************************************************************** |
| 2 | **************************************************************************** |
| 3 | *** |
| 4 | *** This header was automatically generated from a Linux kernel header |
| 5 | *** of the same name, to make information necessary for userspace to |
| 6 | *** call into the kernel available to libc. It contains only constants, |
| 7 | *** structures, and macros generated from the original header, and thus, |
| 8 | *** contains no copyrightable information. |
| 9 | *** |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 10 | *** To edit the content of this header, modify the corresponding |
| 11 | *** source file (e.g. under external/kernel-headers/original/) then |
| 12 | *** run bionic/libc/kernel/tools/update_all.py |
| 13 | *** |
| 14 | *** Any manual change here will be lost the next time this script will |
| 15 | *** be run. You've been warned! |
| 16 | *** |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 17 | **************************************************************************** |
| 18 | ****************************************************************************/ |
| 19 | #ifndef _LINUX_FB_H |
| 20 | #define _LINUX_FB_H |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 21 | #include <linux/types.h> |
| 22 | #include <linux/i2c.h> |
| 23 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 24 | #define FB_MAX 32 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 25 | #define FBIOGET_VSCREENINFO 0x4600 |
| 26 | #define FBIOPUT_VSCREENINFO 0x4601 |
| 27 | #define FBIOGET_FSCREENINFO 0x4602 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 28 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 29 | #define FBIOGETCMAP 0x4604 |
| 30 | #define FBIOPUTCMAP 0x4605 |
| 31 | #define FBIOPAN_DISPLAY 0x4606 |
| 32 | #define FBIO_CURSOR _IOWR('F', 0x08, struct fb_cursor) |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 33 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 34 | #define FBIOGET_CON2FBMAP 0x460F |
| 35 | #define FBIOPUT_CON2FBMAP 0x4610 |
| 36 | #define FBIOBLANK 0x4611 |
| 37 | #define FBIOGET_VBLANK _IOR('F', 0x12, struct fb_vblank) |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 38 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 39 | #define FBIO_ALLOC 0x4613 |
| 40 | #define FBIO_FREE 0x4614 |
| 41 | #define FBIOGET_GLYPH 0x4615 |
| 42 | #define FBIOGET_HWCINFO 0x4616 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 43 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 44 | #define FBIOPUT_MODEINFO 0x4617 |
| 45 | #define FBIOGET_DISPINFO 0x4618 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 46 | #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 47 | #define FB_TYPE_PACKED_PIXELS 0 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 48 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 49 | #define FB_TYPE_PLANES 1 |
| 50 | #define FB_TYPE_INTERLEAVED_PLANES 2 |
| 51 | #define FB_TYPE_TEXT 3 |
| 52 | #define FB_TYPE_VGA_PLANES 4 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 53 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 54 | #define FB_TYPE_FOURCC 5 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 55 | #define FB_AUX_TEXT_MDA 0 |
| 56 | #define FB_AUX_TEXT_CGA 1 |
| 57 | #define FB_AUX_TEXT_S3_MMIO 2 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 58 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 59 | #define FB_AUX_TEXT_MGA_STEP16 3 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 60 | #define FB_AUX_TEXT_MGA_STEP8 4 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 61 | #define FB_AUX_TEXT_SVGA_GROUP 8 |
| 62 | #define FB_AUX_TEXT_SVGA_MASK 7 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 63 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 64 | #define FB_AUX_TEXT_SVGA_STEP2 8 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 65 | #define FB_AUX_TEXT_SVGA_STEP4 9 |
| 66 | #define FB_AUX_TEXT_SVGA_STEP8 10 |
| 67 | #define FB_AUX_TEXT_SVGA_STEP16 11 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 68 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 69 | #define FB_AUX_TEXT_SVGA_LAST 15 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 70 | #define FB_AUX_VGA_PLANES_VGA4 0 |
| 71 | #define FB_AUX_VGA_PLANES_CFB4 1 |
| 72 | #define FB_AUX_VGA_PLANES_CFB8 2 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 73 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 74 | #define FB_VISUAL_MONO01 0 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 75 | #define FB_VISUAL_MONO10 1 |
| 76 | #define FB_VISUAL_TRUECOLOR 2 |
| 77 | #define FB_VISUAL_PSEUDOCOLOR 3 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 78 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 79 | #define FB_VISUAL_DIRECTCOLOR 4 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 80 | #define FB_VISUAL_STATIC_PSEUDOCOLOR 5 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 81 | #define FB_VISUAL_FOURCC 6 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 82 | #define FB_ACCEL_NONE 0 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 83 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 84 | #define FB_ACCEL_ATARIBLITT 1 |
| 85 | #define FB_ACCEL_AMIGABLITT 2 |
| 86 | #define FB_ACCEL_S3_TRIO64 3 |
| 87 | #define FB_ACCEL_NCR_77C32BLT 4 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 88 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 89 | #define FB_ACCEL_S3_VIRGE 5 |
| 90 | #define FB_ACCEL_ATI_MACH64GX 6 |
| 91 | #define FB_ACCEL_DEC_TGA 7 |
| 92 | #define FB_ACCEL_ATI_MACH64CT 8 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 93 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 94 | #define FB_ACCEL_ATI_MACH64VT 9 |
| 95 | #define FB_ACCEL_ATI_MACH64GT 10 |
| 96 | #define FB_ACCEL_SUN_CREATOR 11 |
| 97 | #define FB_ACCEL_SUN_CGSIX 12 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 98 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 99 | #define FB_ACCEL_SUN_LEO 13 |
| 100 | #define FB_ACCEL_IMS_TWINTURBO 14 |
| 101 | #define FB_ACCEL_3DLABS_PERMEDIA2 15 |
| 102 | #define FB_ACCEL_MATROX_MGA2064W 16 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 103 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 104 | #define FB_ACCEL_MATROX_MGA1064SG 17 |
| 105 | #define FB_ACCEL_MATROX_MGA2164W 18 |
| 106 | #define FB_ACCEL_MATROX_MGA2164W_AGP 19 |
| 107 | #define FB_ACCEL_MATROX_MGAG100 20 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 108 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 109 | #define FB_ACCEL_MATROX_MGAG200 21 |
| 110 | #define FB_ACCEL_SUN_CG14 22 |
| 111 | #define FB_ACCEL_SUN_BWTWO 23 |
| 112 | #define FB_ACCEL_SUN_CGTHREE 24 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 113 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 114 | #define FB_ACCEL_SUN_TCX 25 |
| 115 | #define FB_ACCEL_MATROX_MGAG400 26 |
| 116 | #define FB_ACCEL_NV3 27 |
| 117 | #define FB_ACCEL_NV4 28 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 118 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 119 | #define FB_ACCEL_NV5 29 |
| 120 | #define FB_ACCEL_CT_6555x 30 |
| 121 | #define FB_ACCEL_3DFX_BANSHEE 31 |
| 122 | #define FB_ACCEL_ATI_RAGE128 32 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 123 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 124 | #define FB_ACCEL_IGS_CYBER2000 33 |
| 125 | #define FB_ACCEL_IGS_CYBER2010 34 |
| 126 | #define FB_ACCEL_IGS_CYBER5000 35 |
| 127 | #define FB_ACCEL_SIS_GLAMOUR 36 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 128 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 129 | #define FB_ACCEL_3DLABS_PERMEDIA3 37 |
| 130 | #define FB_ACCEL_ATI_RADEON 38 |
| 131 | #define FB_ACCEL_I810 39 |
| 132 | #define FB_ACCEL_SIS_GLAMOUR_2 40 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 133 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 134 | #define FB_ACCEL_SIS_XABRE 41 |
| 135 | #define FB_ACCEL_I830 42 |
| 136 | #define FB_ACCEL_NV_10 43 |
| 137 | #define FB_ACCEL_NV_20 44 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 138 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 139 | #define FB_ACCEL_NV_30 45 |
| 140 | #define FB_ACCEL_NV_40 46 |
| 141 | #define FB_ACCEL_XGI_VOLARI_V 47 |
| 142 | #define FB_ACCEL_XGI_VOLARI_Z 48 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 143 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 144 | #define FB_ACCEL_OMAP1610 49 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 145 | #define FB_ACCEL_TRIDENT_TGUI 50 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 146 | #define FB_ACCEL_TRIDENT_3DIMAGE 51 |
| 147 | #define FB_ACCEL_TRIDENT_BLADE3D 52 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 148 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 149 | #define FB_ACCEL_TRIDENT_BLADEXP 53 |
| 150 | #define FB_ACCEL_CIRRUS_ALPINE 53 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 151 | #define FB_ACCEL_NEOMAGIC_NM2070 90 |
| 152 | #define FB_ACCEL_NEOMAGIC_NM2090 91 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 153 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 154 | #define FB_ACCEL_NEOMAGIC_NM2093 92 |
| 155 | #define FB_ACCEL_NEOMAGIC_NM2097 93 |
| 156 | #define FB_ACCEL_NEOMAGIC_NM2160 94 |
| 157 | #define FB_ACCEL_NEOMAGIC_NM2200 95 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 158 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 159 | #define FB_ACCEL_NEOMAGIC_NM2230 96 |
| 160 | #define FB_ACCEL_NEOMAGIC_NM2360 97 |
| 161 | #define FB_ACCEL_NEOMAGIC_NM2380 98 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 162 | #define FB_ACCEL_PXA3XX 99 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 163 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 164 | #define FB_ACCEL_SAVAGE4 0x80 |
| 165 | #define FB_ACCEL_SAVAGE3D 0x81 |
| 166 | #define FB_ACCEL_SAVAGE3D_MV 0x82 |
| 167 | #define FB_ACCEL_SAVAGE2000 0x83 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 168 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 169 | #define FB_ACCEL_SAVAGE_MX_MV 0x84 |
| 170 | #define FB_ACCEL_SAVAGE_MX 0x85 |
| 171 | #define FB_ACCEL_SAVAGE_IX_MV 0x86 |
| 172 | #define FB_ACCEL_SAVAGE_IX 0x87 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 173 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 174 | #define FB_ACCEL_PROSAVAGE_PM 0x88 |
| 175 | #define FB_ACCEL_PROSAVAGE_KM 0x89 |
| 176 | #define FB_ACCEL_S3TWISTER_P 0x8a |
| 177 | #define FB_ACCEL_S3TWISTER_K 0x8b |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 178 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 179 | #define FB_ACCEL_SUPERSAVAGE 0x8c |
| 180 | #define FB_ACCEL_PROSAVAGE_DDR 0x8d |
| 181 | #define FB_ACCEL_PROSAVAGE_DDRK 0x8e |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 182 | #define FB_ACCEL_PUV3_UNIGFX 0xa0 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 183 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 184 | #define FB_CAP_FOURCC 1 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 185 | struct fb_fix_screeninfo { |
| 186 | char id[16]; |
| 187 | unsigned long smem_start; |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 188 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 189 | __u32 smem_len; |
| 190 | __u32 type; |
| 191 | __u32 type_aux; |
| 192 | __u32 visual; |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 193 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 194 | __u16 xpanstep; |
| 195 | __u16 ypanstep; |
| 196 | __u16 ywrapstep; |
| 197 | __u32 line_length; |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 198 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 199 | unsigned long mmio_start; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 200 | __u32 mmio_len; |
| 201 | __u32 accel; |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 202 | __u16 capabilities; |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 203 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 204 | __u16 reserved[2]; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 205 | }; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 206 | struct fb_bitfield { |
| 207 | __u32 offset; |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 208 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 209 | __u32 length; |
| 210 | __u32 msb_right; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 211 | }; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 212 | #define FB_NONSTD_HAM 1 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 213 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 214 | #define FB_NONSTD_REV_PIX_IN_B 2 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 215 | #define FB_ACTIVATE_NOW 0 |
| 216 | #define FB_ACTIVATE_NXTOPEN 1 |
| 217 | #define FB_ACTIVATE_TEST 2 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 218 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 219 | #define FB_ACTIVATE_MASK 15 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 220 | #define FB_ACTIVATE_VBL 16 |
| 221 | #define FB_CHANGE_CMAP_VBL 32 |
| 222 | #define FB_ACTIVATE_ALL 64 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 223 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 224 | #define FB_ACTIVATE_FORCE 128 |
| 225 | #define FB_ACTIVATE_INV_MODE 256 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 226 | #define FB_ACCELF_TEXT 1 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 227 | #define FB_SYNC_HOR_HIGH_ACT 1 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 228 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 229 | #define FB_SYNC_VERT_HIGH_ACT 2 |
| 230 | #define FB_SYNC_EXT 4 |
| 231 | #define FB_SYNC_COMP_HIGH_ACT 8 |
| 232 | #define FB_SYNC_BROADCAST 16 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 233 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 234 | #define FB_SYNC_ON_GREEN 32 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 235 | #define FB_VMODE_NONINTERLACED 0 |
| 236 | #define FB_VMODE_INTERLACED 1 |
| 237 | #define FB_VMODE_DOUBLE 2 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 238 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 239 | #define FB_VMODE_ODD_FLD_FIRST 4 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 240 | #define FB_VMODE_MASK 255 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 241 | #define FB_VMODE_YWRAP 256 |
| 242 | #define FB_VMODE_SMOOTH_XPAN 512 |
Erik Gilling | b8ef90d | 2011-09-14 11:20:23 -0700 | [diff] [blame] | 243 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 244 | #define FB_VMODE_CONUPDATE 512 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 245 | #define FB_ROTATE_UR 0 |
| 246 | #define FB_ROTATE_CW 1 |
| 247 | #define FB_ROTATE_UD 2 |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 248 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 249 | #define FB_ROTATE_CCW 3 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 250 | #define PICOS2KHZ(a) (1000000000UL/(a)) |
| 251 | #define KHZ2PICOS(a) (1000000000UL/(a)) |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 252 | struct fb_var_screeninfo { |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 253 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 254 | __u32 xres; |
| 255 | __u32 yres; |
| 256 | __u32 xres_virtual; |
| 257 | __u32 yres_virtual; |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 258 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 259 | __u32 xoffset; |
| 260 | __u32 yoffset; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 261 | __u32 bits_per_pixel; |
| 262 | __u32 grayscale; |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 263 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 264 | struct fb_bitfield red; |
| 265 | struct fb_bitfield green; |
| 266 | struct fb_bitfield blue; |
| 267 | struct fb_bitfield transp; |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 268 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 269 | __u32 nonstd; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 270 | __u32 activate; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 271 | __u32 height; |
| 272 | __u32 width; |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 273 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 274 | __u32 accel_flags; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 275 | __u32 pixclock; |
| 276 | __u32 left_margin; |
| 277 | __u32 right_margin; |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 278 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 279 | __u32 upper_margin; |
| 280 | __u32 lower_margin; |
| 281 | __u32 hsync_len; |
| 282 | __u32 vsync_len; |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 283 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 284 | __u32 sync; |
| 285 | __u32 vmode; |
| 286 | __u32 rotate; |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 287 | __u32 colorspace; |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 288 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 289 | __u32 reserved[4]; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 290 | }; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 291 | struct fb_cmap { |
| 292 | __u32 start; |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 293 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 294 | __u32 len; |
| 295 | __u16 *red; |
| 296 | __u16 *green; |
| 297 | __u16 *blue; |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 298 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 299 | __u16 *transp; |
| 300 | }; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 301 | struct fb_con2fbmap { |
| 302 | __u32 console; |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 303 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 304 | __u32 framebuffer; |
| 305 | }; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 306 | #define VESA_NO_BLANKING 0 |
| 307 | #define VESA_VSYNC_SUSPEND 1 |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 308 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 309 | #define VESA_HSYNC_SUSPEND 2 |
| 310 | #define VESA_POWERDOWN 3 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 311 | enum { |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 312 | FB_BLANK_UNBLANK = VESA_NO_BLANKING, |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 313 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 314 | FB_BLANK_NORMAL = VESA_NO_BLANKING + 1, |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 315 | FB_BLANK_VSYNC_SUSPEND = VESA_VSYNC_SUSPEND + 1, |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 316 | FB_BLANK_HSYNC_SUSPEND = VESA_HSYNC_SUSPEND + 1, |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 317 | FB_BLANK_POWERDOWN = VESA_POWERDOWN + 1 |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 318 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 319 | }; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 320 | #define FB_VBLANK_VBLANKING 0x001 |
| 321 | #define FB_VBLANK_HBLANKING 0x002 |
| 322 | #define FB_VBLANK_HAVE_VBLANK 0x004 |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 323 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 324 | #define FB_VBLANK_HAVE_HBLANK 0x008 |
| 325 | #define FB_VBLANK_HAVE_COUNT 0x010 |
| 326 | #define FB_VBLANK_HAVE_VCOUNT 0x020 |
| 327 | #define FB_VBLANK_HAVE_HCOUNT 0x040 |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 328 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 329 | #define FB_VBLANK_VSYNCING 0x080 |
| 330 | #define FB_VBLANK_HAVE_VSYNC 0x100 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 331 | struct fb_vblank { |
| 332 | __u32 flags; |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 333 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 334 | __u32 count; |
| 335 | __u32 vcount; |
| 336 | __u32 hcount; |
| 337 | __u32 reserved[4]; |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 338 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 339 | }; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 340 | #define ROP_COPY 0 |
| 341 | #define ROP_XOR 1 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 342 | struct fb_copyarea { |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 343 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 344 | __u32 dx; |
| 345 | __u32 dy; |
| 346 | __u32 width; |
| 347 | __u32 height; |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 348 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 349 | __u32 sx; |
| 350 | __u32 sy; |
| 351 | }; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 352 | struct fb_fillrect { |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 353 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 354 | __u32 dx; |
| 355 | __u32 dy; |
| 356 | __u32 width; |
| 357 | __u32 height; |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 358 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 359 | __u32 color; |
| 360 | __u32 rop; |
| 361 | }; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 362 | struct fb_image { |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 363 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 364 | __u32 dx; |
| 365 | __u32 dy; |
| 366 | __u32 width; |
| 367 | __u32 height; |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 368 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 369 | __u32 fg_color; |
| 370 | __u32 bg_color; |
| 371 | __u8 depth; |
| 372 | const char *data; |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 373 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 374 | struct fb_cmap cmap; |
| 375 | }; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 376 | #define FB_CUR_SETIMAGE 0x01 |
| 377 | #define FB_CUR_SETPOS 0x02 |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 378 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 379 | #define FB_CUR_SETHOT 0x04 |
| 380 | #define FB_CUR_SETCMAP 0x08 |
| 381 | #define FB_CUR_SETSHAPE 0x10 |
| 382 | #define FB_CUR_SETSIZE 0x20 |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 383 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 384 | #define FB_CUR_SETALL 0xFF |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 385 | struct fbcurpos { |
| 386 | __u16 x, y; |
| 387 | }; |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 388 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 389 | struct fb_cursor { |
| 390 | __u16 set; |
| 391 | __u16 enable; |
| 392 | __u16 rop; |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 393 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 394 | const char *mask; |
| 395 | struct fbcurpos hot; |
| 396 | struct fb_image image; |
| 397 | }; |
Travis Geiselbrecht | 0613dce | 2012-04-12 14:51:43 -0700 | [diff] [blame] | 398 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 399 | #endif |
choongryeol.lee | 402b93c | 2012-06-26 23:13:00 -0700 | [diff] [blame^] | 400 | |