summaryrefslogtreecommitdiffstats
path: root/drivers/video/matrox/matroxfb_accel.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-02 02:36:47 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-02 02:36:47 +0000
commit8624512aa908741ba2795200133eae0d7f4557ea (patch)
treed5d3036fccf2604f4c98dedc11e8adb929d6b52e /drivers/video/matrox/matroxfb_accel.h
parent7b8f5d6f1d45d9f9de1d26e7d3c32aa5af11b488 (diff)
Merge with 2.3.48.
Diffstat (limited to 'drivers/video/matrox/matroxfb_accel.h')
-rw-r--r--drivers/video/matrox/matroxfb_accel.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/video/matrox/matroxfb_accel.h b/drivers/video/matrox/matroxfb_accel.h
new file mode 100644
index 000000000..a3165a0a2
--- /dev/null
+++ b/drivers/video/matrox/matroxfb_accel.h
@@ -0,0 +1,12 @@
+#ifndef __MATROXFB_ACCEL_H__
+#define __MATROXFB_ACCEL_H__
+
+#include "matroxfb_base.h"
+
+void matrox_init_putc(WPMINFO struct display* p, void (*)(WPMINFO struct display *p));
+void matrox_cfbX_init(WPMINFO struct display* p);
+void matrox_text_createcursor(WPMINFO struct display* p);
+void matrox_text_round(CPMINFO struct fb_var_screeninfo* var, struct display* p);
+void initMatrox(WPMINFO struct display* p);
+
+#endif