tc35876x.h 172 B

1234567891011
  1. #ifndef _TC35876X_H
  2. #define _TC35876X_H
  3. struct tc35876x_platform_data {
  4. int gpio_bridge_reset;
  5. int gpio_panel_bl_en;
  6. int gpio_panel_vadd;
  7. };
  8. #endif /* _TC35876X_H */