lv5207lp.h 273 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * lv5207lp.h - Sanyo LV5207LP LEDs Driver
  4. */
  5. #ifndef __LV5207LP_H__
  6. #define __LV5207LP_H__
  7. struct device;
  8. struct lv5207lp_platform_data {
  9. struct device *fbdev;
  10. unsigned int max_value;
  11. unsigned int def_value;
  12. };
  13. #endif