kernel/drivers/gpu/drm/sti/sti_cursor.h
.. .. @@ -7,6 +7,9 @@ 7 7 #ifndef _STI_CURSOR_H_ 8 8 #define _STI_CURSOR_H_ 9 9 10 +struct drm_device;11 +struct device;12 +10 13 struct drm_plane *sti_cursor_create(struct drm_device *drm_dev, 11 14 struct device *dev, int desc, 12 15 void __iomem *baseaddr,