Home | History | Annotate | Line # | Download | only in media
      1 /* Public domain. */
      2 
      3 #ifndef _MEDIA_CEC_NOTIFIER_H
      4 #define _MEDIA_CEC_NOTIFIER_H
      5 
      6 struct cec_connector_info {
      7 };
      8 
      9 #define cec_notifier_set_phys_addr_from_edid(x, y)	do { __USE(x); __USE(y); } while(0)
     10 #define cec_notifier_phys_addr_invalidate(x)	do { __USE(x); } while(0)
     11 #define cec_notifier_put(x)			do { __USE(x); } while(0)
     12 #define cec_notifier_get_conn(x, y)		NULL
     13 #define cec_fill_conn_info_from_drm(x, y)	do { __USE(x); __USE(y); } while(0)
     14 #define cec_notifier_conn_register(x, y, z)	(void *)1
     15 #define cec_notifier_conn_unregister(x)		do { __USE(x); } while(0)
     16 
     17 #endif
     18