omap1_bl.h 190 B

1234567891011
  1. #ifndef __OMAP1_BL_H__
  2. #define __OMAP1_BL_H__
  3. #include <linux/device.h>
  4. struct omap_backlight_config {
  5. int default_intensity;
  6. int (*set_power)(struct device *dev, int state);
  7. };
  8. #endif