initial commit with v2.6.9
[linux-2.6.9-moxart.git] / drivers / video / matrox / matroxfb_g450.h
blob98e0ce6691dfe0b5f9c151f393ab095614bb6d60
1 #ifndef __MATROXFB_G450_H__
2 #define __MATROXFB_G450_H__
4 #include "matroxfb_base.h"
6 #ifdef CONFIG_FB_MATROX_G450
7 void matroxfb_g450_connect(WPMINFO2);
8 void matroxfb_g450_shutdown(WPMINFO2);
9 #else
10 static inline void matroxfb_g450_connect(WPMINFO2) { };
11 static inline void matroxfb_g450_shutdown(WPMINFO2) { };
12 #endif
14 #endif /* __MATROXFB_G450_H__ */