xref: /openbmc/linux/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.h (revision c83eeec79ff64f777cbd59a8bd15d0a3fe1f92c0)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright 2015 Freescale Semiconductor, Inc.
4  *
5  * Freescale DCU drm device driver
6  */
7 
8 #ifndef __FSL_DCU_DRM_CRTC_H__
9 #define __FSL_DCU_DRM_CRTC_H__
10 
11 struct fsl_dcu_drm_device;
12 
13 int fsl_dcu_drm_crtc_create(struct fsl_dcu_drm_device *fsl_dev);
14 
15 #endif /* __FSL_DCU_DRM_CRTC_H__ */
16