]> Git Repo - linux.git/blob - drivers/gpu/drm/exynos/exynos_drm_fbdev.h
Merge tag 'x86_fpu_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[linux.git] / drivers / gpu / drm / exynos / exynos_drm_fbdev.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (c) 2011 Samsung Electronics Co., Ltd.
4  *
5  * Authors:
6  *      Inki Dae <[email protected]>
7  *      Joonyoung Shim <[email protected]>
8  *      Seung-Woo Kim <[email protected]>
9  */
10
11 #ifndef _EXYNOS_DRM_FBDEV_H_
12 #define _EXYNOS_DRM_FBDEV_H_
13
14 #ifdef CONFIG_DRM_FBDEV_EMULATION
15 void exynos_drm_fbdev_setup(struct drm_device *dev);
16 #else
17 static inline void exynos_drm_fbdev_setup(struct drm_device *dev)
18 {
19 }
20 #endif
21
22 #endif
This page took 0.035151 seconds and 4 git commands to generate.