Back to home page

OSCL-LXR

 
 

    


0001 #include <linux/device.h>
0002 #include "pl111_drm.h"
0003 
0004 #ifndef PL111_VERSATILE_H
0005 #define PL111_VERSATILE_H
0006 
0007 struct device;
0008 struct pl111_drm_dev_private;
0009 
0010 int pl111_versatile_init(struct device *dev, struct pl111_drm_dev_private *priv);
0011 
0012 #endif