1109eee2fSJianwei Wang /*
2109eee2fSJianwei Wang  * Copyright 2015 Freescale Semiconductor, Inc.
3109eee2fSJianwei Wang  *
4109eee2fSJianwei Wang  * Freescale DCU drm device driver
5109eee2fSJianwei Wang  *
6109eee2fSJianwei Wang  * This program is free software; you can redistribute it and/or modify
7109eee2fSJianwei Wang  * it under the terms of the GNU General Public License as published by
8109eee2fSJianwei Wang  * the Free Software Foundation; either version 2 of the License, or
9109eee2fSJianwei Wang  * (at your option) any later version.
10109eee2fSJianwei Wang  */
11109eee2fSJianwei Wang 
12109eee2fSJianwei Wang #ifndef __FSL_DCU_DRM_CRTC_H__
13109eee2fSJianwei Wang #define __FSL_DCU_DRM_CRTC_H__
14109eee2fSJianwei Wang 
15109eee2fSJianwei Wang struct fsl_dcu_drm_device;
16109eee2fSJianwei Wang 
17109eee2fSJianwei Wang int fsl_dcu_drm_crtc_create(struct fsl_dcu_drm_device *fsl_dev);
18109eee2fSJianwei Wang 
19109eee2fSJianwei Wang #endif /* __FSL_DCU_DRM_CRTC_H__ */
20