]> Git Repo - linux.git/blob - drivers/gpu/drm/exynos/exynos_drm_vidi.h
Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mapping
[linux.git] / drivers / gpu / drm / exynos / exynos_drm_vidi.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* exynos_drm_vidi.h
3  *
4  * Copyright (c) 2012 Samsung Electronics Co., Ltd.
5  * Author: Inki Dae <[email protected]>
6  */
7
8 #ifndef _EXYNOS_DRM_VIDI_H_
9 #define _EXYNOS_DRM_VIDI_H_
10
11 #ifdef CONFIG_DRM_EXYNOS_VIDI
12 int vidi_connection_ioctl(struct drm_device *drm_dev, void *data,
13                                 struct drm_file *file_priv);
14 #else
15 #define vidi_connection_ioctl   NULL
16 #endif
17
18 #endif
This page took 0.031065 seconds and 4 git commands to generate.