fb.h 205 字节
Newer Older
1 2
#ifndef _ASM_FB_H_
#define _ASM_FB_H_
3
#include <linux/fb.h>
4 5 6

#define fb_pgprotect(...) do {} while (0)

7 8 9 10 11
static inline int fb_is_primary_device(struct fb_info *info)
{
	return 0;
}

12
#endif /* _ASM_FB_H_ */