]> Git Repo - linux.git/blob - drivers/gpu/drm/omapdrm/omap_fbdev.h
Merge patch series "riscv: Extension parsing fixes"
[linux.git] / drivers / gpu / drm / omapdrm / omap_fbdev.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * omap_fbdev.h -- OMAP DRM FBDEV Compatibility
4  *
5  * Copyright (C) 2011 Texas Instruments
6  * Author: Rob Clark <[email protected]>
7  */
8
9 #ifndef __OMAPDRM_FBDEV_H__
10 #define __OMAPDRM_FBDEV_H__
11
12 struct drm_device;
13
14 #ifdef CONFIG_DRM_FBDEV_EMULATION
15 void omap_fbdev_setup(struct drm_device *dev);
16 #else
17 static inline void omap_fbdev_setup(struct drm_device *dev)
18 {
19 }
20 #endif
21
22 #endif /* __OMAPDRM_FBDEV_H__ */
This page took 0.053543 seconds and 4 git commands to generate.