aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/include/linux/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-headers/include/linux/fb.h')
-rw-r--r--linux-headers/include/linux/fb.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/linux-headers/include/linux/fb.h b/linux-headers/include/linux/fb.h
index ec7ef0e..33c006d 100644
--- a/linux-headers/include/linux/fb.h
+++ b/linux-headers/include/linux/fb.h
@@ -4,6 +4,7 @@
#include <linux/types.h>
#include <linux/i2c.h>
+#include <linux/vesa.h>
/* Definitions of frame buffers */
@@ -291,13 +292,6 @@ struct fb_con2fbmap {
__u32 framebuffer;
};
-/* VESA Blanking Levels */
-#define VESA_NO_BLANKING 0
-#define VESA_VSYNC_SUSPEND 1
-#define VESA_HSYNC_SUSPEND 2
-#define VESA_POWERDOWN 3
-
-
enum {
/* screen: unblanked, hsync: on, vsync: on */
FB_BLANK_UNBLANK = VESA_NO_BLANKING,