Christopher Ferris | 7f4c837 | 2024-06-03 14:22:19 -0700 | [diff] [blame] | 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 _UAPI_LINUX_VESA_H |
| 8 | #define _UAPI_LINUX_VESA_H |
| 9 | enum vesa_blank_mode { |
| 10 | VESA_NO_BLANKING = 0, |
| 11 | #define VESA_NO_BLANKING VESA_NO_BLANKING |
| 12 | VESA_VSYNC_SUSPEND = 1, |
| 13 | #define VESA_VSYNC_SUSPEND VESA_VSYNC_SUSPEND |
| 14 | VESA_HSYNC_SUSPEND = 2, |
| 15 | #define VESA_HSYNC_SUSPEND VESA_HSYNC_SUSPEND |
| 16 | VESA_POWERDOWN = VESA_VSYNC_SUSPEND | VESA_HSYNC_SUSPEND, |
| 17 | #define VESA_POWERDOWN VESA_POWERDOWN |
| 18 | VESA_BLANK_MAX = VESA_POWERDOWN, |
| 19 | }; |
| 20 | #endif |