dss-common.h 331 B

1234567891011121314
  1. #ifndef __OMAP_DSS_COMMON__
  2. #define __OMAP_DSS_COMMON__
  3. /*
  4. * NOTE: this is a transitional file to help with DT adaptation.
  5. * This file will be removed when DSS supports DT.
  6. */
  7. void __init omap4_panda_display_init_of(void);
  8. void __init omap_4430sdp_display_init_of(void);
  9. void __init omap3_igep2_display_init_of(void);
  10. #endif