Linux 2.6.33.13
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / video / matrox / matroxfb_g450.h
blob3a3e654444b8782b9dc9823c4e0d2d575b973ce7
1 #ifndef __MATROXFB_G450_H__
2 #define __MATROXFB_G450_H__
4 #include "matroxfb_base.h"
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
14 #endif /* __MATROXFB_G450_H__ */