brintos

brintos / linux-shallow public Read only

0
0
Text · 414 B · 38a103b Raw
19 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/* exynos_drm_vidi.h3 *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_VIDI12int vidi_connection_ioctl(struct drm_device *drm_dev, void *data,13				struct drm_file *file_priv);14#else15#define vidi_connection_ioctl	NULL16#endif17 18#endif19