patch-2.4.21 linux-2.4.21/drivers/video/matrox/matroxfb_g450.h
Next file: linux-2.4.21/drivers/video/matrox/matroxfb_maven.c
Previous file: linux-2.4.21/drivers/video/matrox/matroxfb_g450.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
2003-06-13 07:51:37.000000000 -0700
- Orig file:
linux-2.4.20/drivers/video/matrox/matroxfb_g450.h
- Orig date:
2001-11-09 14:07:41.000000000 -0800
diff -urN linux-2.4.20/drivers/video/matrox/matroxfb_g450.h linux-2.4.21/drivers/video/matrox/matroxfb_g450.h
@@ -1,12 +1,14 @@
#ifndef __MATROXFB_G450_H__
#define __MATROXFB_G450_H__
-#include <linux/ioctl.h>
#include "matroxfb_base.h"
-struct matroxfb_g450_info {
- struct matrox_fb_info* primary_dev;
- unsigned int timmings;
-};
+#ifdef CONFIG_FB_MATROX_G450
+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_MAVEN_H__ */
+#endif /* __MATROXFB_G450_H__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)