mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04: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
|