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 v6.11-rc3 15 lines 335 B view raw
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 11struct fsl_dcu_drm_device; 12 13int fsl_dcu_drm_crtc_create(struct fsl_dcu_drm_device *fsl_dev); 14 15#endif /* __FSL_DCU_DRM_CRTC_H__ */