Linux 4.9.243
[linux/fpc-iii.git] / drivers / gpu / drm / exynos / exynos_drm_vidi.h
blob1e5fdaa36ccc203e4b91daa588895283ea1468bb
1 /* exynos_drm_vidi.h
3 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
4 * Author: Inki Dae <inki.dae@samsung.com>
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
12 #ifndef _EXYNOS_DRM_VIDI_H_
13 #define _EXYNOS_DRM_VIDI_H_
15 #ifdef CONFIG_DRM_EXYNOS_VIDI
16 int vidi_connection_ioctl(struct drm_device *drm_dev, void *data,
17 struct drm_file *file_priv);
18 #else
19 #define vidi_connection_ioctl NULL
20 #endif
22 #endif