root/drivers/gpu/drm/exynos/exynos_drm_vidi.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 <inki.dae@samsung.com>
   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

/* [<][>][^][v][top][bottom][index][help] */