1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <linux/types.h>
9 #if defined(CONFIG_STI_CORE)
10 bool video_is_primary_device(struct device
*dev
);
11 #define video_is_primary_device video_is_primary_device
14 #include <asm-generic/video.h>
16 #endif /* _ASM_VIDEO_H_ */