xref: /OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/matroxfb_g450.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun #ifndef __MATROXFB_G450_H__
3*4882a593Smuzhiyun #define __MATROXFB_G450_H__
4*4882a593Smuzhiyun 
5*4882a593Smuzhiyun #include "matroxfb_base.h"
6*4882a593Smuzhiyun 
7*4882a593Smuzhiyun #ifdef CONFIG_FB_MATROX_G
8*4882a593Smuzhiyun void matroxfb_g450_connect(struct matrox_fb_info *minfo);
9*4882a593Smuzhiyun void matroxfb_g450_shutdown(struct matrox_fb_info *minfo);
10*4882a593Smuzhiyun #else
matroxfb_g450_connect(struct matrox_fb_info * minfo)11*4882a593Smuzhiyun static inline void matroxfb_g450_connect(struct matrox_fb_info *minfo) { };
matroxfb_g450_shutdown(struct matrox_fb_info * minfo)12*4882a593Smuzhiyun static inline void matroxfb_g450_shutdown(struct matrox_fb_info *minfo) { };
13*4882a593Smuzhiyun #endif
14*4882a593Smuzhiyun 
15*4882a593Smuzhiyun #endif /* __MATROXFB_G450_H__ */
16