diff options
Diffstat (limited to 'drivers/video/fbdev/matrox/matroxfb_g450.h')
-rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_g450.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/video/fbdev/matrox/matroxfb_g450.h b/drivers/video/fbdev/matrox/matroxfb_g450.h new file mode 100644 index 000000000000..3a3e654444b8 --- /dev/null +++ b/drivers/video/fbdev/matrox/matroxfb_g450.h | |||
@@ -0,0 +1,14 @@ | |||
1 | #ifndef __MATROXFB_G450_H__ | ||
2 | #define __MATROXFB_G450_H__ | ||
3 | |||
4 | #include "matroxfb_base.h" | ||
5 | |||
6 | #ifdef CONFIG_FB_MATROX_G | ||
7 | void matroxfb_g450_connect(struct matrox_fb_info *minfo); | ||
8 | void matroxfb_g450_shutdown(struct matrox_fb_info *minfo); | ||
9 | #else | ||
10 | static inline void matroxfb_g450_connect(struct matrox_fb_info *minfo) { }; | ||
11 | static inline void matroxfb_g450_shutdown(struct matrox_fb_info *minfo) { }; | ||
12 | #endif | ||
13 | |||
14 | #endif /* __MATROXFB_G450_H__ */ | ||