You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
348 B
15 lines
348 B
20 years ago
|
#ifndef __MATROXFB_G450_H__
|
||
|
#define __MATROXFB_G450_H__
|
||
|
|
||
|
#include "matroxfb_base.h"
|
||
|
|
||
|
#ifdef CONFIG_FB_MATROX_G
|
||
|
void matroxfb_g450_connect(WPMINFO2);
|
||
|
void matroxfb_g450_shutdown(WPMINFO2);
|
||
|
#else
|
||
|
static inline void matroxfb_g450_connect(WPMINFO2) { };
|
||
|
static inline void matroxfb_g450_shutdown(WPMINFO2) { };
|
||
|
#endif
|
||
|
|
||
|
#endif /* __MATROXFB_G450_H__ */
|