Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.8-rc6 14 lines 283 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _ASM_FB_H_ 3#define _ASM_FB_H_ 4 5struct fb_info; 6 7#if defined(CONFIG_STI_CORE) 8int fb_is_primary_device(struct fb_info *info); 9#define fb_is_primary_device fb_is_primary_device 10#endif 11 12#include <asm-generic/fb.h> 13 14#endif /* _ASM_FB_H_ */