2005-04-16 15:20:36 -07:00
|
|
|
#ifndef __MATROXFB_G450_H__
|
|
|
|
#define __MATROXFB_G450_H__
|
|
|
|
|
|
|
|
#include "matroxfb_base.h"
|
|
|
|
|
|
|
|
#ifdef CONFIG_FB_MATROX_G
|
2009-09-22 16:47:49 -07:00
|
|
|
void matroxfb_g450_connect(struct matrox_fb_info *minfo);
|
|
|
|
void matroxfb_g450_shutdown(struct matrox_fb_info *minfo);
|
2005-04-16 15:20:36 -07:00
|
|
|
#else
|
2009-09-22 16:47:49 -07:00
|
|
|
static inline void matroxfb_g450_connect(struct matrox_fb_info *minfo) { };
|
|
|
|
static inline void matroxfb_g450_shutdown(struct matrox_fb_info *minfo) { };
|
2005-04-16 15:20:36 -07:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* __MATROXFB_G450_H__ */
|