Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.7 19 lines 542 B view raw
1/* 2 * Copyright 2015 Freescale Semiconductor, Inc. 3 * 4 * Freescale DCU drm device driver 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 */ 11 12#ifndef __FSL_DCU_DRM_CRTC_H__ 13#define __FSL_DCU_DRM_CRTC_H__ 14 15struct fsl_dcu_drm_device; 16 17int fsl_dcu_drm_crtc_create(struct fsl_dcu_drm_device *fsl_dev); 18 19#endif /* __FSL_DCU_DRM_CRTC_H__ */