]> Git Repo - J-linux.git/blob - arch/parisc/include/asm/video.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / parisc / include / asm / video.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_VIDEO_H_
3 #define _ASM_VIDEO_H_
4
5 #include <linux/types.h>
6
7 struct device;
8
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
12 #endif
13
14 #include <asm-generic/video.h>
15
16 #endif /* _ASM_VIDEO_H_ */
This page took 0.026615 seconds and 4 git commands to generate.