summaryrefslogtreecommitdiffstats
path: root/include/fb.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-09-20 20:51:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-23 21:15:13 +0200
commit31a1e468737c10e945075061f3fdcc3cf6c33acf (patch)
tree924571670f496de57822fc098b51ca34a50dae57 /include/fb.h
parented942bc08581b9c6fe6cba0ec8d7601e19d475a2 (diff)
downloadbarebox-31a1e468737c10e945075061f3fdcc3cf6c33acf.tar.gz
barebox-31a1e468737c10e945075061f3fdcc3cf6c33acf.tar.xz
fb: add it's own bus for fb devices
This is need for oftree device probing Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 41deb8c696..c5944184b1 100644
--- a/include/fb.h
+++ b/include/fb.h
@@ -110,5 +110,7 @@ int register_framebuffer(struct fb_info *info);
#define FBIO_ENABLE _IO('F', 2)
#define FBIO_DISABLE _IO('F', 3)
+extern struct bus_type fb_bus;
+
#endif /* __FB_H */