blob: 3a3e654444b8782b9dc9823c4e0d2d575b973ce7 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __MATROXFB_G450_H__
2#define __MATROXFB_G450_H__
3
4#include "matroxfb_base.h"
5
6#ifdef CONFIG_FB_MATROX_G
Jean Delvare316b4d62009-09-22 16:47:49 -07007void matroxfb_g450_connect(struct matrox_fb_info *minfo);
8void matroxfb_g450_shutdown(struct matrox_fb_info *minfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#else
Jean Delvare316b4d62009-09-22 16:47:49 -070010static inline void matroxfb_g450_connect(struct matrox_fb_info *minfo) { };
11static inline void matroxfb_g450_shutdown(struct matrox_fb_info *minfo) { };
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#endif
13
14#endif /* __MATROXFB_G450_H__ */