matroxfb_g450.h 428 B

123456789101112131415
  1. #ifndef __MATROXFB_G450_H__
  2. #define __MATROXFB_G450_H__
  3. #include "matroxfb_base.h"
  4. #ifdef CONFIG_FB_MATROX_G
  5. void matroxfb_g450_connect(struct matrox_fb_info *minfo);
  6. void matroxfb_g450_shutdown(struct matrox_fb_info *minfo);
  7. #else
  8. static inline void matroxfb_g450_connect(struct matrox_fb_info *minfo) { };
  9. static inline void matroxfb_g450_shutdown(struct matrox_fb_info *minfo) { };
  10. #endif
  11. #endif /* __MATROXFB_G450_H__ */