Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (C) STMicroelectronics SA 2013
0004  * Authors: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
0005  */
0006 
0007 #ifndef _STI_CURSOR_H_
0008 #define _STI_CURSOR_H_
0009 
0010 struct drm_device;
0011 struct device;
0012 
0013 struct drm_plane *sti_cursor_create(struct drm_device *drm_dev,
0014                     struct device *dev, int desc,
0015                     void __iomem *baseaddr,
0016                     unsigned int possible_crtcs);
0017 
0018 #endif