summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fb.h b/include/fb.h
index df4ba8ebe7..cf9ffa05d9 100644
--- a/include/fb.h
+++ b/include/fb.h
@@ -94,6 +94,7 @@ struct fb_info {
u32 xres; /* visible resolution */
u32 yres;
u32 bits_per_pixel; /* guess what */
+ u32 line_length; /* length of a line in bytes */
u32 grayscale; /* != 0 Graylevels instead of colors */