diff options
Diffstat (limited to 'drivers/video/matrox/matroxfb_accel.h')
-rw-r--r-- | drivers/video/matrox/matroxfb_accel.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/matrox/matroxfb_accel.h b/drivers/video/matrox/matroxfb_accel.h new file mode 100644 index 000000000000..f40c314b4c30 --- /dev/null +++ b/drivers/video/matrox/matroxfb_accel.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef __MATROXFB_ACCEL_H__ | ||
2 | #define __MATROXFB_ACCEL_H__ | ||
3 | |||
4 | #include "matroxfb_base.h" | ||
5 | |||
6 | void matrox_cfbX_init(WPMINFO2); | ||
7 | |||
8 | #endif | ||