blob: a0822a6033e5e149a3b5d06d7e790cb785a572e0 [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
7void matroxfb_g450_connect(WPMINFO2);
8void matroxfb_g450_shutdown(WPMINFO2);
9#else
10static inline void matroxfb_g450_connect(WPMINFO2) { };
11static inline void matroxfb_g450_shutdown(WPMINFO2) { };
12#endif
13
14#endif /* __MATROXFB_G450_H__ */