summaryrefslogtreecommitdiffstats
path: root/include/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fb.h')
-rw-r--r--include/fb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fb.h b/include/fb.h
index 1cc352ba87..91d3fe415e 100644
--- a/include/fb.h
+++ b/include/fb.h
@@ -94,6 +94,8 @@ struct fb_info {
struct fb_videomode *mode;
struct display_timings modes;
+ int current_mode;
+
struct fb_ops *fbops;
struct device_d dev; /* This is this fb device */