#ifndef __ASM_GENERIC_FB_H_ #define __ASM_GENERIC_FB_H_ #include #define fb_pgprotect(...) do {} while (0) static inline int fb_is_primary_device(struct fb_info *info) { return 0; } #endif /* __ASM_GENERIC_FB_H_ */ .ch/cgit.cgi/linux/net-next.git/atom/tools/lib?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün2-5/+5