Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __MATROXFB_G450_H__
0003 #define __MATROXFB_G450_H__
0004 
0005 #include "matroxfb_base.h"
0006 
0007 #ifdef CONFIG_FB_MATROX_G
0008 void matroxfb_g450_connect(struct matrox_fb_info *minfo);
0009 void matroxfb_g450_shutdown(struct matrox_fb_info *minfo);
0010 #else
0011 static inline void matroxfb_g450_connect(struct matrox_fb_info *minfo) { };
0012 static inline void matroxfb_g450_shutdown(struct matrox_fb_info *minfo) { };
0013 #endif
0014 
0015 #endif /* __MATROXFB_G450_H__ */