blob: 1bf994698aa864e67b7bd928148656cbc6a05303 [file] [log] [blame]
Christopher Ferris7f4c8372024-06-03 14:22:19 -07001/*
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
9enum 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