mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28:52 +01:00
8 lines
148 B
C
8 lines
148 B
C
#ifndef __MATROXFB_ACCEL_H__
|
|
#define __MATROXFB_ACCEL_H__
|
|
|
|
#include "matroxfb_base.h"
|
|
|
|
void matrox_cfbX_init(struct matrox_fb_info *minfo);
|
|
|
|
#endif
|