arch: Rename fbdev header and source files
[linux-2.6-block.git] / arch / parisc / include / asm / video.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
2fd001cd
TZ
2#ifndef _ASM_VIDEO_H_
3#define _ASM_VIDEO_H_
10eb2659 4
f178e96d
TZ
5#include <linux/types.h>
6
7struct device;
10eb2659 8
cf41d18b 9#if defined(CONFIG_STI_CORE)
f178e96d
TZ
10bool video_is_primary_device(struct device *dev);
11#define video_is_primary_device video_is_primary_device
cf936af7 12#endif
317b3c21 13
2fd001cd 14#include <asm-generic/video.h>
f3424d28 15
2fd001cd 16#endif /* _ASM_VIDEO_H_ */