lv5207lp.h 419 B

12345678910111213141516171819
  1. /*
  2. * lv5207lp.h - Sanyo LV5207LP LEDs Driver
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. #ifndef __LV5207LP_H__
  9. #define __LV5207LP_H__
  10. struct device;
  11. struct lv5207lp_platform_data {
  12. struct device *fbdev;
  13. unsigned int max_value;
  14. unsigned int def_value;
  15. };
  16. #endif