root/drivers/gpu/drm/udl/udl_connector.h

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

INCLUDED FROM


   1 #ifndef __UDL_CONNECTOR_H__
   2 #define __UDL_CONNECTOR_H__
   3 
   4 #include <drm/drm_crtc.h>
   5 
   6 struct edid;
   7 
   8 struct udl_drm_connector {
   9         struct drm_connector connector;
  10         /* last udl_detect edid */
  11         struct edid *edid;
  12 };
  13 
  14 
  15 #endif //__UDL_CONNECTOR_H__

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