Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ASM_GENERIC_FB_H_
0003 #define __ASM_GENERIC_FB_H_
0004 #include <linux/fb.h>
0005 
0006 #define fb_pgprotect(...) do {} while (0)
0007 
0008 static inline int fb_is_primary_device(struct fb_info *info)
0009 {
0010     return 0;
0011 }
0012 
0013 #endif /* __ASM_GENERIC_FB_H_ */