root/drivers/gpu/drm/pl111/pl111_versatile.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #include <linux/device.h>
   2 #include "pl111_drm.h"
   3 
   4 #ifndef PL111_VERSATILE_H
   5 #define PL111_VERSATILE_H
   6 
   7 struct device;
   8 struct pl111_drm_dev_private;
   9 
  10 int pl111_versatile_init(struct device *dev, struct pl111_drm_dev_private *priv);
  11 
  12 #endif

/* [<][>][^][v][top][bottom][index][help] */